Html Css Color HEX #BDC021 Rio Grande

📋 copy color: '#BDC021'

red 189 ◦ green 192 ◦ blue 33

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

Shades of Rio Grande #BDC021

Tints of Rio Grande #BDC021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.97%

R = 45.65%
G = 46.38%
B = 7.97%

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

#BDC021 (or 0xBDC021) is known color: Rio Grande. HEX triplet: BD, C0 and 21. RGB value is (189,192,33). Sum of RGB (Red+Green+Blue) = 189+192+33=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 33 (13.28% from 255 or 7.97% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC021 is #423FDE. Grayscale: #ADADAD. Windows color (decimal): -4341727 or 2212029. OLE color: 2212029.

HSL color Cylindrical-coordinate representation of color #BDC021: hue angle of 61.13º 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 #BDC021 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 33 -
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.11 48.63 8.71 -
YUV 172.98 49.01 139.43 -
System Red Green Blue C M Y K H S L
Decimal 189 192 33 0.02 0 0.83 0.25 61.13 0.71 0.44
Hex BD C0 21 2 0 53 19 3D 47 2C
Octal 275 300 41 2 0 123 31 75 107 54
Binary 10111101 11000000 100001 10 0 1010011 11001 111101 1000111 101100

Color Harmonies of #BDC021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC021

Black with #BDC021

Text Example


Text Example

White with #BDC021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC021; }

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

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

background-color css

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

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

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

border-color css

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

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

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