Html Css Color HEX #BBD630 Fuego

📋 copy color: '#BBD630'

red 187 ◦ green 214 ◦ blue 48

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

Shades of Fuego #BBD630

Tints of Fuego #BBD630

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.66%

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

R = 41.65%
G = 47.66%
B = 10.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#BBD630 (or 0xBBD630) is known color: Fuego. HEX triplet: BB, D6 and 30. RGB value is (187,214,48). Sum of RGB (Red+Green+Blue) = 187+214+48=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD630 is #4429CF. Grayscale: #BBBBBB. Windows color (decimal): -4467152 or 3200699. OLE color: 3200699.

HSL color Cylindrical-coordinate representation of color #BBD630: hue angle of 69.76º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBD630 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 48 -
CMYK 0.13 0 0.78 0.16
HSL 69.76º 0.67% 0.51% -
HSV(B) 69.76º 0.78% 0.84% -
XYZ 45.07 58.87 11.78 -
YUV 187 49.55 128 -
System Red Green Blue C M Y K H S L
Decimal 187 214 48 0.13 0 0.78 0.16 69.76 0.67 0.51
Hex BB D6 30 D 0 4E 10 46 43 33
Octal 273 326 60 15 0 116 20 106 103 63
Binary 10111011 11010110 110000 1101 0 1001110 10000 1000110 1000011 110011

Color Harmonies of #BBD630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD630

Black with #BBD630

Text Example


Text Example

White with #BBD630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD630; }

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

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

background-color css

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

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

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

border-color css

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

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

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