Html Css Color HEX #BDD325 Fuego

📋 copy color: '#BDD325'

red 189 ◦ green 211 ◦ blue 37

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

Shades of Fuego #BDD325

Tints of Fuego #BDD325

RGB

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

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

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

R = 43.25%
G = 48.28%
B = 8.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#BDD325 (or 0xBDD325) is known color: Fuego. HEX triplet: BD, D3 and 25. RGB value is (189,211,37). Sum of RGB (Red+Green+Blue) = 189+211+37=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 37 (14.84% from 255 or 8.47% from 437); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD325 is #422CDA. Grayscale: #B9B9B9. Windows color (decimal): -4336859 or 2479037. OLE color: 2479037.

HSL color Cylindrical-coordinate representation of color #BDD325: hue angle of 67.59º 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 #BDD325 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 37 -
CMYK 0.10 0 0.82 0.17
HSL 67.59º 0.7% 0.49% -
HSV(B) 67.59º 0.82% 0.83% -
XYZ 44.61 57.54 10.51 -
YUV 184.59 44.71 131.15 -
System Red Green Blue C M Y K H S L
Decimal 189 211 37 0.10 0 0.82 0.17 67.59 0.7 0.49
Hex BD D3 25 A 0 52 11 44 46 31
Octal 275 323 45 12 0 122 21 104 106 61
Binary 10111101 11010011 100101 1010 0 1010010 10001 1000100 1000110 110001

Color Harmonies of #BDD325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD325

Black with #BDD325

Text Example


Text Example

White with #BDD325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD325; }

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

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

background-color css

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

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

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

border-color css

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

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

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