Html Css Color HEX #BDD522 Fuego

📋 copy color: '#BDD522'

red 189 ◦ green 213 ◦ blue 34

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

Shades of Fuego #BDD522

Tints of Fuego #BDD522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.8%

R = 43.35%
G = 48.85%
B = 7.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#BDD522 (or 0xBDD522) is known color: Fuego. HEX triplet: BD, D5 and 22. RGB value is (189,213,34). Sum of RGB (Red+Green+Blue) = 189+213+34=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 34 (13.67% from 255 or 7.80% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD522 is #422ADD. Grayscale: #BABABA. Windows color (decimal): -4336350 or 2282941. OLE color: 2282941.

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

Color convert

RGB 189 213 34 -
CMYK 0.11 0 0.84 0.16
HSL 68.04º 0.72% 0.48% -
HSV(B) 68.04º 0.84% 0.84% -
XYZ 45.07 58.52 10.43 -
YUV 185.42 42.55 130.55 -
System Red Green Blue C M Y K H S L
Decimal 189 213 34 0.11 0 0.84 0.16 68.04 0.72 0.48
Hex BD D5 22 B 0 54 10 44 48 30
Octal 275 325 42 13 0 124 20 104 110 60
Binary 10111101 11010101 100010 1011 0 1010100 10000 1000100 1001000 110000

Color Harmonies of #BDD522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD522

Black with #BDD522

Text Example


Text Example

White with #BDD522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD522; }

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

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

background-color css

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

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

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

border-color css

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

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

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