Html Css Color HEX #BDC821 Rio Grande

📋 copy color: '#BDC821'

red 189 ◦ green 200 ◦ blue 33

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

Shades of Rio Grande #BDC821

Tints of Rio Grande #BDC821

RGB

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

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

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

R = 44.79%
G = 47.39%
B = 7.82%

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

#BDC821 (or 0xBDC821) is known color: Rio Grande. HEX triplet: BD, C8 and 21. RGB value is (189,200,33). Sum of RGB (Red+Green+Blue) = 189+200+33=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC821 is #4237DE. Grayscale: #B2B2B2. Windows color (decimal): -4339679 or 2214077. OLE color: 2214077.

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

Color convert

RGB 189 200 33 -
CMYK 0.06 0 0.84 0.22
HSL 63.95º 0.72% 0.46% -
HSV(B) 63.95º 0.84% 0.78% -
XYZ 41.92 52.24 9.31 -
YUV 177.67 46.36 136.08 -
System Red Green Blue C M Y K H S L
Decimal 189 200 33 0.06 0 0.84 0.22 63.95 0.72 0.46
Hex BD C8 21 6 0 54 16 40 48 2E
Octal 275 310 41 6 0 124 26 100 110 56
Binary 10111101 11001000 100001 110 0 1010100 10110 1000000 1001000 101110

Color Harmonies of #BDC821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC821

Black with #BDC821

Text Example


Text Example

White with #BDC821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC821; }

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

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

background-color css

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

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

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

border-color css

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

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

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