Html Css Color HEX #BDC532 Fuego

📋 copy color: '#BDC532'

red 189 ◦ green 197 ◦ blue 50

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

Shades of Fuego #BDC532

Tints of Fuego #BDC532

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.18%

 BLUE value IS 50 (19.92% from 255) = 11.47%

R = 43.35%
G = 45.18%
B = 11.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#BDC532 (or 0xBDC532) is known color: Fuego. HEX triplet: BD, C5 and 32. RGB value is (189,197,50). Sum of RGB (Red+Green+Blue) = 189+197+50=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC532 is #423ACD. Grayscale: #B2B2B2. Windows color (decimal): -4340430 or 3327421. OLE color: 3327421.

HSL color Cylindrical-coordinate representation of color #BDC532: hue angle of 63.27º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDC532 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 50 -
CMYK 0.04 0 0.75 0.23
HSL 63.27º 0.6% 0.48% -
HSV(B) 63.27º 0.75% 0.77% -
XYZ 41.53 50.98 10.67 -
YUV 177.85 55.85 135.95 -
System Red Green Blue C M Y K H S L
Decimal 189 197 50 0.04 0 0.75 0.23 63.27 0.6 0.48
Hex BD C5 32 4 0 4B 17 3F 3C 30
Octal 275 305 62 4 0 113 27 77 74 60
Binary 10111101 11000101 110010 100 0 1001011 10111 111111 111100 110000

Color Harmonies of #BDC532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC532

Black with #BDC532

Text Example


Text Example

White with #BDC532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC532; }

 p { color: rgb(189,197,50); }

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

background-color css

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

 a { background-color: rgb(189,197,50); }

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

border-color css

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

 span { border-color: rgb(189,197,50); }

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