Html Css Color HEX #B2CB37 Fuego

📋 copy color: '#B2CB37'

red 178 ◦ green 203 ◦ blue 55

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

Shades of Fuego #B2CB37

Tints of Fuego #B2CB37

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.56%

 BLUE value IS 55 (21.88% from 255) = 12.61%

R = 40.83%
G = 46.56%
B = 12.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#B2CB37 (or 0xB2CB37) is known color: Fuego. HEX triplet: B2, CB and 37. RGB value is (178,203,55). Sum of RGB (Red+Green+Blue) = 178+203+55=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CB37 is #4D34C8. Grayscale: #B3B3B3. Windows color (decimal): -5059785 or 3656626. OLE color: 3656626.

HSL color Cylindrical-coordinate representation of color #B2CB37: hue angle of 70.14º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2CB37 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 203 55 -
CMYK 0.12 0 0.73 0.20
HSL 70.14º 0.59% 0.51% -
HSV(B) 70.14º 0.73% 0.8% -
XYZ 40.41 52.45 11.61 -
YUV 178.65 58.22 127.53 -
System Red Green Blue C M Y K H S L
Decimal 178 203 55 0.12 0 0.73 0.20 70.14 0.59 0.51
Hex B2 CB 37 C 0 49 14 46 3B 33
Octal 262 313 67 14 0 111 24 106 73 63
Binary 10110010 11001011 110111 1100 0 1001001 10100 1000110 111011 110011

Color Harmonies of #B2CB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CB37

Black with #B2CB37

Text Example


Text Example

White with #B2CB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CB37; }

 p { color: rgb(178,203,55); }

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

background-color css

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

 a { background-color: rgb(178,203,55); }

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

border-color css

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

 span { border-color: rgb(178,203,55); }

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