Html Css Color HEX #BDC329 Rio Grande

📋 copy color: '#BDC329'

red 189 ◦ green 195 ◦ blue 41

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

Shades of Rio Grande #BDC329

Tints of Rio Grande #BDC329

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.88%

 BLUE value IS 41 (16.41% from 255) = 9.65%

R = 44.47%
G = 45.88%
B = 9.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#BDC329 (or 0xBDC329) is known color: Rio Grande. HEX triplet: BD, C3 and 29. RGB value is (189,195,41). Sum of RGB (Red+Green+Blue) = 189+195+41=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC329 is #423CD6. Grayscale: #B0B0B0. Windows color (decimal): -4340951 or 2737085. OLE color: 2737085.

HSL color Cylindrical-coordinate representation of color #BDC329: hue angle of 62.34º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDC329 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 41 -
CMYK 0.03 0 0.79 0.24
HSL 62.34º 0.65% 0.46% -
HSV(B) 62.34º 0.79% 0.76% -
XYZ 40.9 50.01 9.59 -
YUV 175.65 52.01 137.52 -
System Red Green Blue C M Y K H S L
Decimal 189 195 41 0.03 0 0.79 0.24 62.34 0.65 0.46
Hex BD C3 29 3 0 4F 18 3E 41 2E
Octal 275 303 51 3 0 117 30 76 101 56
Binary 10111101 11000011 101001 11 0 1001111 11000 111110 1000001 101110

Color Harmonies of #BDC329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC329

Black with #BDC329

Text Example


Text Example

White with #BDC329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC329; }

 p { color: rgb(189,195,41); }

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

background-color css

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

 a { background-color: rgb(189,195,41); }

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

border-color css

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

 span { border-color: rgb(189,195,41); }

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