Html Css Color HEX #BDD521 Fuego

📋 copy color: '#BDD521'

red 189 ◦ green 213 ◦ blue 33

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

Shades of Fuego #BDD521

Tints of Fuego #BDD521

RGB

 RED value IS 189 (74.22% from 255) = 43.45%

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

 BLUE value IS 33 (13.28% from 255) = 7.59%

R = 43.45%
G = 48.97%
B = 7.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#BDD521 (or 0xBDD521) is known color: Fuego. HEX triplet: BD, D5 and 21. RGB value is (189,213,33). Sum of RGB (Red+Green+Blue) = 189+213+33=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD521 is #422ADE. Grayscale: #B9B9B9. Windows color (decimal): -4336351 or 2217405. OLE color: 2217405.

HSL color Cylindrical-coordinate representation of color #BDD521: hue angle of 68º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDD521 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 33 -
CMYK 0.11 0 0.85 0.16
HSL 68º 0.73% 0.48% -
HSV(B) 68º 0.85% 0.84% -
XYZ 45.06 58.52 10.36 -
YUV 185.3 42.05 130.64 -
System Red Green Blue C M Y K H S L
Decimal 189 213 33 0.11 0 0.85 0.16 68 0.73 0.48
Hex BD D5 21 B 0 55 10 44 49 30
Octal 275 325 41 13 0 125 20 104 111 60
Binary 10111101 11010101 100001 1011 0 1010101 10000 1000100 1001001 110000

Color Harmonies of #BDD521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD521

Black with #BDD521

Text Example


Text Example

White with #BDD521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD521; }

 p { color: rgb(189,213,33); }

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

background-color css

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

 a { background-color: rgb(189,213,33); }

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

border-color css

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

 span { border-color: rgb(189,213,33); }

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