Html Css Color HEX #BDD324 Fuego

📋 copy color: '#BDD324'

red 189 ◦ green 211 ◦ blue 36

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

Shades of Fuego #BDD324

Tints of Fuego #BDD324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.26%

R = 43.35%
G = 48.39%
B = 8.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#BDD324 (or 0xBDD324) is known color: Fuego. HEX triplet: BD, D3 and 24. RGB value is (189,211,36). Sum of RGB (Red+Green+Blue) = 189+211+36=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 36 (14.45% from 255 or 8.26% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD324 is #422CDB. Grayscale: #B9B9B9. Windows color (decimal): -4336860 or 2413501. OLE color: 2413501.

HSL color Cylindrical-coordinate representation of color #BDD324: hue angle of 67.54º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDD324 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 36 -
CMYK 0.10 0 0.83 0.17
HSL 67.54º 0.71% 0.48% -
HSV(B) 67.54º 0.83% 0.83% -
XYZ 44.6 57.53 10.42 -
YUV 184.47 44.21 131.23 -
System Red Green Blue C M Y K H S L
Decimal 189 211 36 0.10 0 0.83 0.17 67.54 0.71 0.48
Hex BD D3 24 A 0 53 11 44 47 30
Octal 275 323 44 12 0 123 21 104 107 60
Binary 10111101 11010011 100100 1010 0 1010011 10001 1000100 1000111 110000

Color Harmonies of #BDD324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD324

Black with #BDD324

Text Example


Text Example

White with #BDD324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD324; }

 p { color: rgb(189,211,36); }

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

background-color css

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

 a { background-color: rgb(189,211,36); }

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

border-color css

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

 span { border-color: rgb(189,211,36); }

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