Html Css Color HEX #BBCC30 Fuego

📋 copy color: '#BBCC30'

red 187 ◦ green 204 ◦ blue 48

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

Shades of Fuego #BBCC30

Tints of Fuego #BBCC30

RGB

 RED value IS 187 (73.44% from 255) = 42.6%

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

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

R = 42.6%
G = 46.47%
B = 10.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#BBCC30 (or 0xBBCC30) is known color: Fuego. HEX triplet: BB, CC and 30. RGB value is (187,204,48). Sum of RGB (Red+Green+Blue) = 187+204+48=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC30 is #4433CF. Grayscale: #B5B5B5. Windows color (decimal): -4469712 or 3198139. OLE color: 3198139.

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

Color convert

RGB 187 204 48 -
CMYK 0.08 0 0.76 0.2
HSL 66.54º 0.62% 0.49% -
HSV(B) 66.54º 0.76% 0.8% -
XYZ 42.62 53.96 10.97 -
YUV 181.13 52.87 132.18 -
System Red Green Blue C M Y K H S L
Decimal 187 204 48 0.08 0 0.76 0.2 66.54 0.62 0.49
Hex BB CC 30 8 0 4C 14 43 3E 31
Octal 273 314 60 10 0 114 24 103 76 61
Binary 10111011 11001100 110000 1000 0 1001100 10100 1000011 111110 110001

Color Harmonies of #BBCC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC30

Black with #BBCC30

Text Example


Text Example

White with #BBCC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC30; }

 p { color: rgb(187,204,48); }

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

background-color css

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

 a { background-color: rgb(187,204,48); }

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

border-color css

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

 span { border-color: rgb(187,204,48); }

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