Html Css Color HEX #B9CE38 Fuego

📋 copy color: '#B9CE38'

red 185 ◦ green 206 ◦ blue 56

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

Shades of Fuego #B9CE38

Tints of Fuego #B9CE38

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.09%

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

R = 41.39%
G = 46.09%
B = 12.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#B9CE38 (or 0xB9CE38) is known color: Fuego. HEX triplet: B9, CE and 38. RGB value is (185,206,56). Sum of RGB (Red+Green+Blue) = 185+206+56=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 56 (22.27% from 255 or 12.53% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CE38 is #4631C7. Grayscale: #B7B7B7. Windows color (decimal): -4600264 or 3722937. OLE color: 3722937.

HSL color Cylindrical-coordinate representation of color #B9CE38: hue angle of 68.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9CE38 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 56 -
CMYK 0.10 0 0.73 0.19
HSL 68.4º 0.6% 0.51% -
HSV(B) 68.4º 0.73% 0.81% -
XYZ 42.79 54.74 12.05 -
YUV 182.62 56.54 129.7 -
System Red Green Blue C M Y K H S L
Decimal 185 206 56 0.10 0 0.73 0.19 68.4 0.6 0.51
Hex B9 CE 38 A 0 49 13 44 3C 33
Octal 271 316 70 12 0 111 23 104 74 63
Binary 10111001 11001110 111000 1010 0 1001001 10011 1000100 111100 110011

Color Harmonies of #B9CE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CE38

Black with #B9CE38

Text Example


Text Example

White with #B9CE38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CE38; }

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

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

background-color css

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

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

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

border-color css

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

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

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