Html Css Color HEX #BBD230 Fuego

📋 copy color: '#BBD230'

red 187 ◦ green 210 ◦ blue 48

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

Shades of Fuego #BBD230

Tints of Fuego #BBD230

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.19%

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

R = 42.02%
G = 47.19%
B = 10.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#BBD230 (or 0xBBD230) is known color: Fuego. HEX triplet: BB, D2 and 30. RGB value is (187,210,48). Sum of RGB (Red+Green+Blue) = 187+210+48=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD230 is #442DCF. Grayscale: #B9B9B9. Windows color (decimal): -4468176 or 3199675. OLE color: 3199675.

HSL color Cylindrical-coordinate representation of color #BBD230: hue angle of 68.52º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBD230 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 210 48 -
CMYK 0.11 0 0.77 0.18
HSL 68.52º 0.64% 0.51% -
HSV(B) 68.52º 0.77% 0.82% -
XYZ 44.07 56.87 11.45 -
YUV 184.66 50.88 129.67 -
System Red Green Blue C M Y K H S L
Decimal 187 210 48 0.11 0 0.77 0.18 68.52 0.64 0.51
Hex BB D2 30 B 0 4D 12 45 40 33
Octal 273 322 60 13 0 115 22 105 100 63
Binary 10111011 11010010 110000 1011 0 1001101 10010 1000101 1000000 110011

Color Harmonies of #BBD230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD230

Black with #BBD230

Text Example


Text Example

White with #BBD230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD230; }

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

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

background-color css

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

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

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

border-color css

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

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

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