Html Css Color HEX #BDC129 Rio Grande

📋 copy color: '#BDC129'

red 189 ◦ green 193 ◦ blue 41

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

Shades of Rio Grande #BDC129

Tints of Rio Grande #BDC129

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.63%

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

R = 44.68%
G = 45.63%
B = 9.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#BDC129 (or 0xBDC129) is known color: Rio Grande. HEX triplet: BD, C1 and 29. RGB value is (189,193,41). Sum of RGB (Red+Green+Blue) = 189+193+41=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC129 is #423ED6. Grayscale: #AFAFAF. Windows color (decimal): -4341463 or 2736573. OLE color: 2736573.

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

Color convert

RGB 189 193 41 -
CMYK 0.02 0 0.79 0.24
HSL 61.58º 0.65% 0.46% -
HSV(B) 61.58º 0.79% 0.76% -
XYZ 40.46 49.12 9.45 -
YUV 174.48 52.67 138.36 -
System Red Green Blue C M Y K H S L
Decimal 189 193 41 0.02 0 0.79 0.24 61.58 0.65 0.46
Hex BD C1 29 2 0 4F 18 3E 41 2E
Octal 275 301 51 2 0 117 30 76 101 56
Binary 10111101 11000001 101001 10 0 1001111 11000 111110 1000001 101110

Color Harmonies of #BDC129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC129

Black with #BDC129

Text Example


Text Example

White with #BDC129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC129; }

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

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

background-color css

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

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

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

border-color css

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

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

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