Html Css Color HEX #BBCB30 Fuego

📋 copy color: '#BBCB30'

red 187 ◦ green 203 ◦ blue 48

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

Shades of Fuego #BBCB30

Tints of Fuego #BBCB30

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.35%

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

R = 42.69%
G = 46.35%
B = 10.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#BBCB30 (or 0xBBCB30) is known color: Fuego. HEX triplet: BB, CB and 30. RGB value is (187,203,48). Sum of RGB (Red+Green+Blue) = 187+203+48=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 48 (19.14% from 255 or 10.96% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB30 is #4434CF. Grayscale: #B5B5B5. Windows color (decimal): -4469968 or 3197883. OLE color: 3197883.

HSL color Cylindrical-coordinate representation of color #BBCB30: hue angle of 66.19º 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 #BBCB30 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 48 -
CMYK 0.08 0 0.76 0.20
HSL 66.19º 0.62% 0.49% -
HSV(B) 66.19º 0.76% 0.8% -
XYZ 42.38 53.49 10.89 -
YUV 180.55 53.2 132.6 -
System Red Green Blue C M Y K H S L
Decimal 187 203 48 0.08 0 0.76 0.20 66.19 0.62 0.49
Hex BB CB 30 8 0 4C 14 42 3E 31
Octal 273 313 60 10 0 114 24 102 76 61
Binary 10111011 11001011 110000 1000 0 1001100 10100 1000010 111110 110001

Color Harmonies of #BBCB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB30

Black with #BBCB30

Text Example


Text Example

White with #BBCB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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