Html Css Color HEX #BBD730 Fuego

📋 copy color: '#BBD730'

red 187 ◦ green 215 ◦ blue 48

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

Shades of Fuego #BBD730

Tints of Fuego #BBD730

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.78%

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

R = 41.56%
G = 47.78%
B = 10.67%

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

#BBD730 (or 0xBBD730) is known color: Fuego. HEX triplet: BB, D7 and 30. RGB value is (187,215,48). Sum of RGB (Red+Green+Blue) = 187+215+48=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD730 is #4428CF. Grayscale: #BCBCBC. Windows color (decimal): -4466896 or 3200955. OLE color: 3200955.

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

Color convert

RGB 187 215 48 -
CMYK 0.13 0 0.78 0.16
HSL 70.06º 0.68% 0.52% -
HSV(B) 70.06º 0.78% 0.84% -
XYZ 45.33 59.38 11.87 -
YUV 187.59 49.22 127.58 -
System Red Green Blue C M Y K H S L
Decimal 187 215 48 0.13 0 0.78 0.16 70.06 0.68 0.52
Hex BB D7 30 D 0 4E 10 46 44 34
Octal 273 327 60 15 0 116 20 106 104 64
Binary 10111011 11010111 110000 1101 0 1001110 10000 1000110 1000100 110100

Color Harmonies of #BBD730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD730

Black with #BBD730

Text Example


Text Example

White with #BBD730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD730; }

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

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

background-color css

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

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

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

border-color css

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

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

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