Html Css Color HEX #BDD134 Fuego

📋 copy color: '#BDD134'

red 189 ◦ green 209 ◦ blue 52

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

Shades of Fuego #BDD134

Tints of Fuego #BDD134

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.44%

 BLUE value IS 52 (20.7% from 255) = 11.56%

R = 42%
G = 46.44%
B = 11.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#BDD134 (or 0xBDD134) is known color: Fuego. HEX triplet: BD, D1 and 34. RGB value is (189,209,52). Sum of RGB (Red+Green+Blue) = 189+209+52=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD134 is #422ECB. Grayscale: #B9B9B9. Windows color (decimal): -4337356 or 3461565. OLE color: 3461565.

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

Color convert

RGB 189 209 52 -
CMYK 0.10 0 0.75 0.18
HSL 67.64º 0.63% 0.51% -
HSV(B) 67.64º 0.75% 0.82% -
XYZ 44.41 56.67 11.85 -
YUV 185.12 52.87 130.77 -
System Red Green Blue C M Y K H S L
Decimal 189 209 52 0.10 0 0.75 0.18 67.64 0.63 0.51
Hex BD D1 34 A 0 4B 12 44 3F 33
Octal 275 321 64 12 0 113 22 104 77 63
Binary 10111101 11010001 110100 1010 0 1001011 10010 1000100 111111 110011

Color Harmonies of #BDD134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD134

Black with #BDD134

Text Example


Text Example

White with #BDD134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD134; }

 p { color: rgb(189,209,52); }

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

background-color css

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

 a { background-color: rgb(189,209,52); }

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

border-color css

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

 span { border-color: rgb(189,209,52); }

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