Html Css Color HEX #BDC020 Rio Grande

📋 copy color: '#BDC020'

red 189 ◦ green 192 ◦ blue 32

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

Shades of Rio Grande #BDC020

Tints of Rio Grande #BDC020

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.49%

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

R = 45.76%
G = 46.49%
B = 7.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BDC020 (or 0xBDC020) is known color: Rio Grande. HEX triplet: BD, C0 and 20. RGB value is (189,192,32). Sum of RGB (Red+Green+Blue) = 189+192+32=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC020 is #423FDF. Grayscale: #ADADAD. Windows color (decimal): -4341728 or 2146493. OLE color: 2146493.

HSL color Cylindrical-coordinate representation of color #BDC020: hue angle of 61.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDC020 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 32 -
CMYK 0.02 0 0.83 0.25
HSL 61.13º 0.71% 0.44% -
HSV(B) 61.13º 0.83% 0.75% -
XYZ 40.1 48.62 8.64 -
YUV 172.86 48.51 139.51 -
System Red Green Blue C M Y K H S L
Decimal 189 192 32 0.02 0 0.83 0.25 61.13 0.71 0.44
Hex BD C0 20 2 0 53 19 3D 47 2C
Octal 275 300 40 2 0 123 31 75 107 54
Binary 10111101 11000000 100000 10 0 1010011 11001 111101 1000111 101100

Color Harmonies of #BDC020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC020

Black with #BDC020

Text Example


Text Example

White with #BDC020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC020; }

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

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

background-color css

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

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

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

border-color css

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

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

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