Html Css Color HEX #BBC430 Fuego

📋 copy color: '#BBC430'

red 187 ◦ green 196 ◦ blue 48

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

Shades of Fuego #BBC430

Tints of Fuego #BBC430

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.48%

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

R = 43.39%
G = 45.48%
B = 11.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#BBC430 (or 0xBBC430) is known color: Fuego. HEX triplet: BB, C4 and 30. RGB value is (187,196,48). Sum of RGB (Red+Green+Blue) = 187+196+48=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC430 is #443BCF. Grayscale: #B1B1B1. Windows color (decimal): -4471760 or 3196091. OLE color: 3196091.

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

Color convert

RGB 187 196 48 -
CMYK 0.05 0 0.76 0.23
HSL 63.65º 0.61% 0.48% -
HSV(B) 63.65º 0.76% 0.77% -
XYZ 40.77 50.26 10.35 -
YUV 176.44 55.52 135.53 -
System Red Green Blue C M Y K H S L
Decimal 187 196 48 0.05 0 0.76 0.23 63.65 0.61 0.48
Hex BB C4 30 5 0 4C 17 40 3D 30
Octal 273 304 60 5 0 114 27 100 75 60
Binary 10111011 11000100 110000 101 0 1001100 10111 1000000 111101 110000

Color Harmonies of #BBC430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC430

Black with #BBC430

Text Example


Text Example

White with #BBC430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC430; }

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

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

background-color css

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

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

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

border-color css

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

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

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