Html Css Color HEX #BBD527 Fuego

📋 copy color: '#BBD527'

red 187 ◦ green 213 ◦ blue 39

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

Shades of Fuego #BBD527

Tints of Fuego #BBD527

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.52%

 BLUE value IS 39 (15.63% from 255) = 8.88%

R = 42.6%
G = 48.52%
B = 8.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#BBD527 (or 0xBBD527) is known color: Fuego. HEX triplet: BB, D5 and 27. RGB value is (187,213,39). Sum of RGB (Red+Green+Blue) = 187+213+39=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 39 (15.62% from 255 or 8.88% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD527 is #442AD8. Grayscale: #BABABA. Windows color (decimal): -4467417 or 2610619. OLE color: 2610619.

HSL color Cylindrical-coordinate representation of color #BBD527: hue angle of 68.97º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBD527 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 213 39 -
CMYK 0.12 0 0.82 0.16
HSL 68.97º 0.69% 0.49% -
HSV(B) 68.97º 0.82% 0.84% -
XYZ 44.65 58.3 10.82 -
YUV 185.39 45.39 129.15 -
System Red Green Blue C M Y K H S L
Decimal 187 213 39 0.12 0 0.82 0.16 68.97 0.69 0.49
Hex BB D5 27 C 0 52 10 45 45 31
Octal 273 325 47 14 0 122 20 105 105 61
Binary 10111011 11010101 100111 1100 0 1010010 10000 1000101 1000101 110001

Color Harmonies of #BBD527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD527

Black with #BBD527

Text Example


Text Example

White with #BBD527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD527; }

 p { color: rgb(187,213,39); }

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

background-color css

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

 a { background-color: rgb(187,213,39); }

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

border-color css

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

 span { border-color: rgb(187,213,39); }

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