Html Css Color HEX #BDC729 Rio Grande

📋 copy color: '#BDC729'

red 189 ◦ green 199 ◦ blue 41

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

Shades of Rio Grande #BDC729

Tints of Rio Grande #BDC729

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.39%

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

R = 44.06%
G = 46.39%
B = 9.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#BDC729 (or 0xBDC729) is known color: Rio Grande. HEX triplet: BD, C7 and 29. RGB value is (189,199,41). Sum of RGB (Red+Green+Blue) = 189+199+41=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC729 is #4238D6. Grayscale: #B2B2B2. Windows color (decimal): -4339927 or 2738109. OLE color: 2738109.

HSL color Cylindrical-coordinate representation of color #BDC729: hue angle of 63.8º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDC729 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 41 -
CMYK 0.05 0 0.79 0.22
HSL 63.8º 0.66% 0.47% -
HSV(B) 63.8º 0.79% 0.78% -
XYZ 41.81 51.83 9.9 -
YUV 178 50.69 135.85 -
System Red Green Blue C M Y K H S L
Decimal 189 199 41 0.05 0 0.79 0.22 63.8 0.66 0.47
Hex BD C7 29 5 0 4F 16 40 42 2F
Octal 275 307 51 5 0 117 26 100 102 57
Binary 10111101 11000111 101001 101 0 1001111 10110 1000000 1000010 101111

Color Harmonies of #BDC729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC729

Black with #BDC729

Text Example


Text Example

White with #BDC729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC729; }

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

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

background-color css

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

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

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

border-color css

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

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

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