Html Css Color HEX #B9CC38 Fuego

📋 copy color: '#B9CC38'

red 185 ◦ green 204 ◦ blue 56

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

Shades of Fuego #B9CC38

Tints of Fuego #B9CC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.58%

R = 41.57%
G = 45.84%
B = 12.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#B9CC38 (or 0xB9CC38) is known color: Fuego. HEX triplet: B9, CC and 38. RGB value is (185,204,56). Sum of RGB (Red+Green+Blue) = 185+204+56=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CC38 is #4633C7. Grayscale: #B6B6B6. Windows color (decimal): -4600776 or 3722425. OLE color: 3722425.

HSL color Cylindrical-coordinate representation of color #B9CC38: hue angle of 67.7º 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 #B9CC38 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 204 56 -
CMYK 0.09 0 0.73 0.2
HSL 67.7º 0.59% 0.51% -
HSV(B) 67.7º 0.73% 0.8% -
XYZ 42.31 53.79 11.89 -
YUV 181.45 57.21 130.53 -
System Red Green Blue C M Y K H S L
Decimal 185 204 56 0.09 0 0.73 0.2 67.7 0.59 0.51
Hex B9 CC 38 9 0 49 14 44 3B 33
Octal 271 314 70 11 0 111 24 104 73 63
Binary 10111001 11001100 111000 1001 0 1001001 10100 1000100 111011 110011

Color Harmonies of #B9CC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CC38

Black with #B9CC38

Text Example


Text Example

White with #B9CC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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