Html Css Color HEX #BDD534 Fuego

📋 copy color: '#BDD534'

red 189 ◦ green 213 ◦ blue 52

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

Shades of Fuego #BDD534

Tints of Fuego #BDD534

RGB

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

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

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

R = 41.63%
G = 46.92%
B = 11.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#BDD534 (or 0xBDD534) is known color: Fuego. HEX triplet: BD, D5 and 34. RGB value is (189,213,52). Sum of RGB (Red+Green+Blue) = 189+213+52=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 52 (20.70% from 255 or 11.45% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD534 is #422ACB. Grayscale: #BCBCBC. Windows color (decimal): -4336332 or 3462589. OLE color: 3462589.

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

Color convert

RGB 189 213 52 -
CMYK 0.11 0 0.76 0.16
HSL 68.94º 0.66% 0.52% -
HSV(B) 68.94º 0.76% 0.84% -
XYZ 45.4 58.66 12.18 -
YUV 187.47 51.55 129.09 -
System Red Green Blue C M Y K H S L
Decimal 189 213 52 0.11 0 0.76 0.16 68.94 0.66 0.52
Hex BD D5 34 B 0 4C 10 45 42 34
Octal 275 325 64 13 0 114 20 105 102 64
Binary 10111101 11010101 110100 1011 0 1001100 10000 1000101 1000010 110100

Color Harmonies of #BDD534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD534

Black with #BDD534

Text Example


Text Example

White with #BDD534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD534; }

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

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

background-color css

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

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

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

border-color css

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

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

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