Html Css Color HEX #BBD732 Fuego

📋 copy color: '#BBD732'

red 187 ◦ green 215 ◦ blue 50

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

Shades of Fuego #BBD732

Tints of Fuego #BBD732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.06%

R = 41.37%
G = 47.57%
B = 11.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#BBD732 (or 0xBBD732) is known color: Fuego. HEX triplet: BB, D7 and 32. RGB value is (187,215,50). Sum of RGB (Red+Green+Blue) = 187+215+50=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD732 is #4428CD. Grayscale: #BCBCBC. Windows color (decimal): -4466894 or 3332027. OLE color: 3332027.

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

Color convert

RGB 187 215 50 -
CMYK 0.13 0 0.77 0.16
HSL 70.18º 0.67% 0.52% -
HSV(B) 70.18º 0.77% 0.84% -
XYZ 45.37 59.4 12.09 -
YUV 187.82 50.22 127.42 -
System Red Green Blue C M Y K H S L
Decimal 187 215 50 0.13 0 0.77 0.16 70.18 0.67 0.52
Hex BB D7 32 D 0 4D 10 46 43 34
Octal 273 327 62 15 0 115 20 106 103 64
Binary 10111011 11010111 110010 1101 0 1001101 10000 1000110 1000011 110100

Color Harmonies of #BBD732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD732

Black with #BBD732

Text Example


Text Example

White with #BBD732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD732; }

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

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

background-color css

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

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

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

border-color css

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

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

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