Html Css Color HEX #BDD731 Fuego

📋 copy color: '#BDD731'

red 189 ◦ green 215 ◦ blue 49

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

Shades of Fuego #BDD731

Tints of Fuego #BDD731

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.46%

 BLUE value IS 49 (19.53% from 255) = 10.82%

R = 41.72%
G = 47.46%
B = 10.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#BDD731 (or 0xBDD731) is known color: Fuego. HEX triplet: BD, D7 and 31. RGB value is (189,215,49). Sum of RGB (Red+Green+Blue) = 189+215+49=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD731 is #4228CE. Grayscale: #BCBCBC. Windows color (decimal): -4335823 or 3266493. OLE color: 3266493.

HSL color Cylindrical-coordinate representation of color #BDD731: hue angle of 69.4º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDD731 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 49 -
CMYK 0.12 0 0.77 0.16
HSL 69.4º 0.67% 0.52% -
HSV(B) 69.4º 0.77% 0.84% -
XYZ 45.84 59.64 12 -
YUV 188.3 49.39 128.5 -
System Red Green Blue C M Y K H S L
Decimal 189 215 49 0.12 0 0.77 0.16 69.4 0.67 0.52
Hex BD D7 31 C 0 4D 10 45 43 34
Octal 275 327 61 14 0 115 20 105 103 64
Binary 10111101 11010111 110001 1100 0 1001101 10000 1000101 1000011 110100

Color Harmonies of #BDD731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD731

Black with #BDD731

Text Example


Text Example

White with #BDD731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD731; }

 p { color: rgb(189,215,49); }

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

background-color css

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

 a { background-color: rgb(189,215,49); }

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

border-color css

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

 span { border-color: rgb(189,215,49); }

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