Html Css Color HEX #B2C835 Fuego

📋 copy color: '#B2C835'

red 178 ◦ green 200 ◦ blue 53

#B2C835
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #B2C835

Tints of Fuego #B2C835

RGB

 RED value IS 178 (69.92% from 255) = 41.3%

 GREEN value IS 200 (78.52% from 255) = 46.4%

 BLUE value IS 53 (21.09% from 255) = 12.3%

R = 41.3%
G = 46.4%
B = 12.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2C835 (or 0xB2C835) is known color: Fuego. HEX triplet: B2, C8 and 35. RGB value is (178,200,53). Sum of RGB (Red+Green+Blue) = 178+200+53=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 53 (21.09% from 255 or 12.30% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C835 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C835 is #4D37CA. Grayscale: #B1B1B1. Windows color (decimal): -5060555 or 3524786. OLE color: 3524786.

HSL color Cylindrical-coordinate representation of color #B2C835: hue angle of 68.98º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2C835 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 200 53 -
CMYK 0.11 0 0.74 0.22
HSL 68.98º 0.58% 0.5% -
HSV(B) 68.98º 0.74% 0.78% -
XYZ 39.66 51.03 11.13 -
YUV 176.66 58.21 128.95 -
System Red Green Blue C M Y K H S L
Decimal 178 200 53 0.11 0 0.74 0.22 68.98 0.58 0.5
Hex B2 C8 35 B 0 4A 16 45 3A 32
Octal 262 310 65 13 0 112 26 105 72 62
Binary 10110010 11001000 110101 1011 0 1001010 10110 1000101 111010 110010

Color Harmonies of #B2C835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C835

Black with #B2C835

Text Example


Text Example

White with #B2C835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C835; }

 p { color: rgb(178,200,53); }

 H1.HeaderClassName
 {
   color: #B2C835;
 }
 .AnyTagClassName
 {
   color: #B2C835;
 }
</style>

background-color css

<style>
 a { background-color: #B2C835; }

 a { background-color: rgb(178,200,53); }

 div.DivClassName
 {
   background-color: #B2C835;
 }
 .BgClassName
 {
   background-color: #B2C835;
 }
</style>

border-color css

<style>
 span { border-color: #B2C835; }

 span { border-color: rgb(178,200,53); }

 td.TdClassName
 {
   border-color: #B2C835;
 }
 .TagClassName
 {
   border-color: #B2C835;
 }
</style>