Html Css Color HEX #BDC820 Rio Grande

📋 copy color: '#BDC820'

red 189 ◦ green 200 ◦ blue 32

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

Shades of Rio Grande #BDC820

Tints of Rio Grande #BDC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.51%

 BLUE value IS 32 (12.89% from 255) = 7.6%

R = 44.89%
G = 47.51%
B = 7.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#BDC820 (or 0xBDC820) is known color: Rio Grande. HEX triplet: BD, C8 and 20. RGB value is (189,200,32). Sum of RGB (Red+Green+Blue) = 189+200+32=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC820 is #4237DF. Grayscale: #B2B2B2. Windows color (decimal): -4339680 or 2148541. OLE color: 2148541.

HSL color Cylindrical-coordinate representation of color #BDC820: hue angle of 63.93º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDC820 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 32 -
CMYK 0.06 0 0.84 0.22
HSL 63.93º 0.72% 0.45% -
HSV(B) 63.93º 0.84% 0.78% -
XYZ 41.9 52.23 9.24 -
YUV 177.56 45.86 136.16 -
System Red Green Blue C M Y K H S L
Decimal 189 200 32 0.06 0 0.84 0.22 63.93 0.72 0.45
Hex BD C8 20 6 0 54 16 40 48 2D
Octal 275 310 40 6 0 124 26 100 110 55
Binary 10111101 11001000 100000 110 0 1010100 10110 1000000 1001000 101101

Color Harmonies of #BDC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC820

Black with #BDC820

Text Example


Text Example

White with #BDC820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC820; }

 p { color: rgb(189,200,32); }

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

background-color css

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

 a { background-color: rgb(189,200,32); }

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

border-color css

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

 span { border-color: rgb(189,200,32); }

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