Html Css Color HEX #B0CF39 Fuego

📋 copy color: '#B0CF39'

red 176 ◦ green 207 ◦ blue 57

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

Shades of Fuego #B0CF39

Tints of Fuego #B0CF39

RGB

 RED value IS 176 (69.14% from 255) = 40%

 GREEN value IS 207 (81.25% from 255) = 47.05%

 BLUE value IS 57 (22.66% from 255) = 12.95%

R = 40%
G = 47.05%
B = 12.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#B0CF39 (or 0xB0CF39) is known color: Fuego. HEX triplet: B0, CF and 39. RGB value is (176,207,57). Sum of RGB (Red+Green+Blue) = 176+207+57=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CF39 is #4F30C6. Grayscale: #B5B5B5. Windows color (decimal): -5189831 or 3788720. OLE color: 3788720.

HSL color Cylindrical-coordinate representation of color #B0CF39: hue angle of 72.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0CF39 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 207 57 -
CMYK 0.15 0 0.72 0.19
HSL 72.4º 0.61% 0.52% -
HSV(B) 72.4º 0.72% 0.81% -
XYZ 40.96 54.15 12.16 -
YUV 180.63 58.23 124.7 -
System Red Green Blue C M Y K H S L
Decimal 176 207 57 0.15 0 0.72 0.19 72.4 0.61 0.52
Hex B0 CF 39 F 0 48 13 48 3D 34
Octal 260 317 71 17 0 110 23 110 75 64
Binary 10110000 11001111 111001 1111 0 1001000 10011 1001000 111101 110100

Color Harmonies of #B0CF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CF39

Black with #B0CF39

Text Example


Text Example

White with #B0CF39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CF39; }

 p { color: rgb(176,207,57); }

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

background-color css

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

 a { background-color: rgb(176,207,57); }

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

border-color css

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

 span { border-color: rgb(176,207,57); }

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