Html Css Color HEX #B2CD37 Fuego

📋 copy color: '#B2CD37'

red 178 ◦ green 205 ◦ blue 55

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

Shades of Fuego #B2CD37

Tints of Fuego #B2CD37

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.8%

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

R = 40.64%
G = 46.8%
B = 12.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#B2CD37 (or 0xB2CD37) is known color: Fuego. HEX triplet: B2, CD and 37. RGB value is (178,205,55). Sum of RGB (Red+Green+Blue) = 178+205+55=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CD37 is #4D32C8. Grayscale: #B4B4B4. Windows color (decimal): -5059273 or 3657138. OLE color: 3657138.

HSL color Cylindrical-coordinate representation of color #B2CD37: hue angle of 70.8º degrees, saturation: 0.6, 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 #B2CD37 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 205 55 -
CMYK 0.13 0 0.73 0.20
HSL 70.8º 0.6% 0.51% -
HSV(B) 70.8º 0.73% 0.8% -
XYZ 40.88 53.4 11.77 -
YUV 179.83 57.55 126.7 -
System Red Green Blue C M Y K H S L
Decimal 178 205 55 0.13 0 0.73 0.20 70.8 0.6 0.51
Hex B2 CD 37 D 0 49 14 47 3C 33
Octal 262 315 67 15 0 111 24 107 74 63
Binary 10110010 11001101 110111 1101 0 1001001 10100 1000111 111100 110011

Color Harmonies of #B2CD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CD37

Black with #B2CD37

Text Example


Text Example

White with #B2CD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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