Html Css Color HEX #BDC921 Rio Grande

📋 copy color: '#BDC921'

red 189 ◦ green 201 ◦ blue 33

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

Shades of Rio Grande #BDC921

Tints of Rio Grande #BDC921

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.52%

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

R = 44.68%
G = 47.52%
B = 7.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#BDC921 (or 0xBDC921) is known color: Rio Grande. HEX triplet: BD, C9 and 21. RGB value is (189,201,33). Sum of RGB (Red+Green+Blue) = 189+201+33=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC921 is #4236DE. Grayscale: #B2B2B2. Windows color (decimal): -4339423 or 2214333. OLE color: 2214333.

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

Color convert

RGB 189 201 33 -
CMYK 0.06 0 0.84 0.21
HSL 64.29º 0.72% 0.46% -
HSV(B) 64.29º 0.84% 0.79% -
XYZ 42.15 52.7 9.39 -
YUV 178.26 46.02 135.66 -
System Red Green Blue C M Y K H S L
Decimal 189 201 33 0.06 0 0.84 0.21 64.29 0.72 0.46
Hex BD C9 21 6 0 54 15 40 48 2E
Octal 275 311 41 6 0 124 25 100 110 56
Binary 10111101 11001001 100001 110 0 1010100 10101 1000000 1001000 101110

Color Harmonies of #BDC921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC921

Black with #BDC921

Text Example


Text Example

White with #BDC921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC921; }

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

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

background-color css

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

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

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

border-color css

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

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

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