Html Css Color HEX #BDD52B Fuego

📋 copy color: '#BDD52B'

red 189 ◦ green 213 ◦ blue 43

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

Shades of Fuego #BDD52B

Tints of Fuego #BDD52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.66%

R = 42.47%
G = 47.87%
B = 9.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#BDD52B (or 0xBDD52B) is known color: Fuego. HEX triplet: BD, D5 and 2B. RGB value is (189,213,43). Sum of RGB (Red+Green+Blue) = 189+213+43=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 43 (17.19% from 255 or 9.66% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD52B is #422AD4. Grayscale: #BBBBBB. Windows color (decimal): -4336341 or 2872765. OLE color: 2872765.

HSL color Cylindrical-coordinate representation of color #BDD52B: hue angle of 68.47º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDD52B is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 43 -
CMYK 0.11 0 0.80 0.16
HSL 68.47º 0.67% 0.5% -
HSV(B) 68.47º 0.8% 0.84% -
XYZ 45.22 58.58 11.21 -
YUV 186.44 47.05 129.82 -
System Red Green Blue C M Y K H S L
Decimal 189 213 43 0.11 0 0.80 0.16 68.47 0.67 0.5
Hex BD D5 2B B 0 50 10 44 43 32
Octal 275 325 53 13 0 120 20 104 103 62
Binary 10111101 11010101 101011 1011 0 1010000 10000 1000100 1000011 110010

Color Harmonies of #BDD52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD52B

Black with #BDD52B

Text Example


Text Example

White with #BDD52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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