Html Css Color HEX #BBC630 Fuego

📋 copy color: '#BBC630'

red 187 ◦ green 198 ◦ blue 48

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

Shades of Fuego #BBC630

Tints of Fuego #BBC630

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.73%

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

R = 43.19%
G = 45.73%
B = 11.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#BBC630 (or 0xBBC630) is known color: Fuego. HEX triplet: BB, C6 and 30. RGB value is (187,198,48). Sum of RGB (Red+Green+Blue) = 187+198+48=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC630 is #4439CF. Grayscale: #B2B2B2. Windows color (decimal): -4471248 or 3196603. OLE color: 3196603.

HSL color Cylindrical-coordinate representation of color #BBC630: hue angle of 64.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBC630 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 198 48 -
CMYK 0.06 0 0.76 0.22
HSL 64.4º 0.61% 0.48% -
HSV(B) 64.4º 0.76% 0.78% -
XYZ 41.22 51.17 10.5 -
YUV 177.61 54.86 134.7 -
System Red Green Blue C M Y K H S L
Decimal 187 198 48 0.06 0 0.76 0.22 64.4 0.61 0.48
Hex BB C6 30 6 0 4C 16 40 3D 30
Octal 273 306 60 6 0 114 26 100 75 60
Binary 10111011 11000110 110000 110 0 1001100 10110 1000000 111101 110000

Color Harmonies of #BBC630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC630

Black with #BBC630

Text Example


Text Example

White with #BBC630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC630; }

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

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

background-color css

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

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

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

border-color css

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

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

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