Html Css Color HEX #BBD325 Fuego

📋 copy color: '#BBD325'

red 187 ◦ green 211 ◦ blue 37

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

Shades of Fuego #BBD325

Tints of Fuego #BBD325

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.51%

 BLUE value IS 37 (14.84% from 255) = 8.51%

R = 42.99%
G = 48.51%
B = 8.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#BBD325 (or 0xBBD325) is known color: Fuego. HEX triplet: BB, D3 and 25. RGB value is (187,211,37). Sum of RGB (Red+Green+Blue) = 187+211+37=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD325 is #442CDA. Grayscale: #B8B8B8. Windows color (decimal): -4467931 or 2479035. OLE color: 2479035.

HSL color Cylindrical-coordinate representation of color #BBD325: hue angle of 68.28º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBD325 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 37 -
CMYK 0.11 0 0.82 0.17
HSL 68.28º 0.7% 0.49% -
HSV(B) 68.28º 0.82% 0.83% -
XYZ 44.12 57.29 10.48 -
YUV 183.99 45.05 130.15 -
System Red Green Blue C M Y K H S L
Decimal 187 211 37 0.11 0 0.82 0.17 68.28 0.7 0.49
Hex BB D3 25 B 0 52 11 44 46 31
Octal 273 323 45 13 0 122 21 104 106 61
Binary 10111011 11010011 100101 1011 0 1010010 10001 1000100 1000110 110001

Color Harmonies of #BBD325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD325

Black with #BBD325

Text Example


Text Example

White with #BBD325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD325; }

 p { color: rgb(187,211,37); }

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

background-color css

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

 a { background-color: rgb(187,211,37); }

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

border-color css

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

 span { border-color: rgb(187,211,37); }

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