Html Css Color HEX #BDD231 Fuego

📋 copy color: '#BDD231'

red 189 ◦ green 210 ◦ blue 49

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

Shades of Fuego #BDD231

Tints of Fuego #BDD231

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.88%

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

R = 42.19%
G = 46.88%
B = 10.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#BDD231 (or 0xBDD231) is known color: Fuego. HEX triplet: BD, D2 and 31. RGB value is (189,210,49). Sum of RGB (Red+Green+Blue) = 189+210+49=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD231 is #422DCE. Grayscale: #B9B9B9. Windows color (decimal): -4337103 or 3265213. OLE color: 3265213.

HSL color Cylindrical-coordinate representation of color #BDD231: hue angle of 67.83º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDD231 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 49 -
CMYK 0.10 0 0.77 0.18
HSL 67.83º 0.64% 0.51% -
HSV(B) 67.83º 0.77% 0.82% -
XYZ 44.59 57.13 11.58 -
YUV 185.37 51.04 130.59 -
System Red Green Blue C M Y K H S L
Decimal 189 210 49 0.10 0 0.77 0.18 67.83 0.64 0.51
Hex BD D2 31 A 0 4D 12 44 40 33
Octal 275 322 61 12 0 115 22 104 100 63
Binary 10111101 11010010 110001 1010 0 1001101 10010 1000100 1000000 110011

Color Harmonies of #BDD231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD231

Black with #BDD231

Text Example


Text Example

White with #BDD231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD231; }

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

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

background-color css

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

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

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

border-color css

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

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

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