Html Css Color HEX #B9CA30 Fuego

📋 copy color: '#B9CA30'

red 185 ◦ green 202 ◦ blue 48

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

Shades of Fuego #B9CA30

Tints of Fuego #B9CA30

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.44%

 BLUE value IS 48 (19.14% from 255) = 11.03%

R = 42.53%
G = 46.44%
B = 11.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#B9CA30 (or 0xB9CA30) is known color: Fuego. HEX triplet: B9, CA and 30. RGB value is (185,202,48). Sum of RGB (Red+Green+Blue) = 185+202+48=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CA30 is #4635CF. Grayscale: #B3B3B3. Windows color (decimal): -4601296 or 3197625. OLE color: 3197625.

HSL color Cylindrical-coordinate representation of color #B9CA30: hue angle of 66.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9CA30 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 202 48 -
CMYK 0.08 0 0.76 0.21
HSL 66.62º 0.62% 0.49% -
HSV(B) 66.62º 0.76% 0.79% -
XYZ 41.66 52.77 10.79 -
YUV 179.36 53.87 132.02 -
System Red Green Blue C M Y K H S L
Decimal 185 202 48 0.08 0 0.76 0.21 66.62 0.62 0.49
Hex B9 CA 30 8 0 4C 15 43 3E 31
Octal 271 312 60 10 0 114 25 103 76 61
Binary 10111001 11001010 110000 1000 0 1001100 10101 1000011 111110 110001

Color Harmonies of #B9CA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA30

Black with #B9CA30

Text Example


Text Example

White with #B9CA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA30; }

 p { color: rgb(185,202,48); }

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

background-color css

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

 a { background-color: rgb(185,202,48); }

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

border-color css

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

 span { border-color: rgb(185,202,48); }

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