Html Css Color HEX #BBC330 Fuego

📋 copy color: '#BBC330'

red 187 ◦ green 195 ◦ blue 48

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

Shades of Fuego #BBC330

Tints of Fuego #BBC330

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.35%

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

R = 43.49%
G = 45.35%
B = 11.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#BBC330 (or 0xBBC330) is known color: Fuego. HEX triplet: BB, C3 and 30. RGB value is (187,195,48). Sum of RGB (Red+Green+Blue) = 187+195+48=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC330 is #443CCF. Grayscale: #B0B0B0. Windows color (decimal): -4472016 or 3195835. OLE color: 3195835.

HSL color Cylindrical-coordinate representation of color #BBC330: hue angle of 63.27º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBC330 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 48 -
CMYK 0.04 0 0.75 0.24
HSL 63.27º 0.6% 0.48% -
HSV(B) 63.27º 0.75% 0.76% -
XYZ 40.54 49.81 10.27 -
YUV 175.85 55.85 135.95 -
System Red Green Blue C M Y K H S L
Decimal 187 195 48 0.04 0 0.75 0.24 63.27 0.6 0.48
Hex BB C3 30 4 0 4B 18 3F 3C 30
Octal 273 303 60 4 0 113 30 77 74 60
Binary 10111011 11000011 110000 100 0 1001011 11000 111111 111100 110000

Color Harmonies of #BBC330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC330

Black with #BBC330

Text Example


Text Example

White with #BBC330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC330; }

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

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

background-color css

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

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

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

border-color css

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

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

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