Html Css Color HEX #B9CD30 Fuego

📋 copy color: '#B9CD30'

red 185 ◦ green 205 ◦ blue 48

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

Shades of Fuego #B9CD30

Tints of Fuego #B9CD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.8%

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

R = 42.24%
G = 46.8%
B = 10.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#B9CD30 (or 0xB9CD30) is known color: Fuego. HEX triplet: B9, CD and 30. RGB value is (185,205,48). Sum of RGB (Red+Green+Blue) = 185+205+48=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 48 (19.14% from 255 or 10.96% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CD30 is #4632CF. Grayscale: #B5B5B5. Windows color (decimal): -4600528 or 3198393. OLE color: 3198393.

HSL color Cylindrical-coordinate representation of color #B9CD30: hue angle of 67.64º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9CD30 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 205 48 -
CMYK 0.10 0 0.77 0.20
HSL 67.64º 0.62% 0.5% -
HSV(B) 67.64º 0.77% 0.8% -
XYZ 42.37 54.19 11.02 -
YUV 181.12 52.87 130.77 -
System Red Green Blue C M Y K H S L
Decimal 185 205 48 0.10 0 0.77 0.20 67.64 0.62 0.5
Hex B9 CD 30 A 0 4D 14 44 3E 32
Octal 271 315 60 12 0 115 24 104 76 62
Binary 10111001 11001101 110000 1010 0 1001101 10100 1000100 111110 110010

Color Harmonies of #B9CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CD30

Black with #B9CD30

Text Example


Text Example

White with #B9CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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