Html Css Color HEX #BDD527 Fuego

📋 copy color: '#BDD527'

red 189 ◦ green 213 ◦ blue 39

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

Shades of Fuego #BDD527

Tints of Fuego #BDD527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.84%

R = 42.86%
G = 48.3%
B = 8.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#BDD527 (or 0xBDD527) is known color: Fuego. HEX triplet: BD, D5 and 27. RGB value is (189,213,39). Sum of RGB (Red+Green+Blue) = 189+213+39=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD527 is #422AD8. Grayscale: #BABABA. Windows color (decimal): -4336345 or 2610621. OLE color: 2610621.

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

Color convert

RGB 189 213 39 -
CMYK 0.11 0 0.82 0.16
HSL 68.28º 0.69% 0.49% -
HSV(B) 68.28º 0.82% 0.84% -
XYZ 45.15 58.55 10.84 -
YUV 185.99 45.05 130.15 -
System Red Green Blue C M Y K H S L
Decimal 189 213 39 0.11 0 0.82 0.16 68.28 0.69 0.49
Hex BD D5 27 B 0 52 10 44 45 31
Octal 275 325 47 13 0 122 20 104 105 61
Binary 10111101 11010101 100111 1011 0 1010010 10000 1000100 1000101 110001

Color Harmonies of #BDD527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD527

Black with #BDD527

Text Example


Text Example

White with #BDD527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD527; }

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

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

background-color css

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

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

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

border-color css

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

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

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