Html Css Color HEX #B9CC2F Fuego

📋 copy color: '#B9CC2F'

red 185 ◦ green 204 ◦ blue 47

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

Shades of Fuego #B9CC2F

Tints of Fuego #B9CC2F

RGB

 RED value IS 185 (72.66% from 255) = 42.43%

 GREEN value IS 204 (80.08% from 255) = 46.79%

 BLUE value IS 47 (18.75% from 255) = 10.78%

R = 42.43%
G = 46.79%
B = 10.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#B9CC2F (or 0xB9CC2F) is known color: Fuego. HEX triplet: B9, CC and 2F. RGB value is (185,204,47). Sum of RGB (Red+Green+Blue) = 185+204+47=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 47 (18.75% from 255 or 10.78% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CC2F is #4633D0. Grayscale: #B5B5B5. Windows color (decimal): -4600785 or 3132601. OLE color: 3132601.

HSL color Cylindrical-coordinate representation of color #B9CC2F: hue angle of 67.26º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9CC2F is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 204 47 -
CMYK 0.09 0 0.77 0.2
HSL 67.26º 0.63% 0.49% -
HSV(B) 67.26º 0.77% 0.8% -
XYZ 42.11 53.71 10.84 -
YUV 180.42 52.71 131.27 -
System Red Green Blue C M Y K H S L
Decimal 185 204 47 0.09 0 0.77 0.2 67.26 0.63 0.49
Hex B9 CC 2F 9 0 4D 14 43 3F 31
Octal 271 314 57 11 0 115 24 103 77 61
Binary 10111001 11001100 101111 1001 0 1001101 10100 1000011 111111 110001

Color Harmonies of #B9CC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CC2F

Black with #B9CC2F

Text Example


Text Example

White with #B9CC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CC2F; }

 p { color: rgb(185,204,47); }

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

background-color css

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

 a { background-color: rgb(185,204,47); }

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

border-color css

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

 span { border-color: rgb(185,204,47); }

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