Html Css Color HEX #BDC41D Rio Grande

📋 copy color: '#BDC41D'

red 189 ◦ green 196 ◦ blue 29

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

Shades of Rio Grande #BDC41D

Tints of Rio Grande #BDC41D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.34%

 BLUE value IS 29 (11.72% from 255) = 7%

R = 45.65%
G = 47.34%
B = 7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#BDC41D (or 0xBDC41D) is known color: Rio Grande. HEX triplet: BD, C4 and 1D. RGB value is (189,196,29). Sum of RGB (Red+Green+Blue) = 189+196+29=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC41D is #423BE2. Grayscale: #AFAFAF. Windows color (decimal): -4340707 or 1950909. OLE color: 1950909.

HSL color Cylindrical-coordinate representation of color #BDC41D: hue angle of 62.51º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDC41D is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 29 -
CMYK 0.04 0 0.85 0.23
HSL 62.51º 0.74% 0.44% -
HSV(B) 62.51º 0.85% 0.77% -
XYZ 40.95 50.39 8.73 -
YUV 174.87 45.68 138.08 -
System Red Green Blue C M Y K H S L
Decimal 189 196 29 0.04 0 0.85 0.23 62.51 0.74 0.44
Hex BD C4 1D 4 0 55 17 3F 4A 2C
Octal 275 304 35 4 0 125 27 77 112 54
Binary 10111101 11000100 11101 100 0 1010101 10111 111111 1001010 101100

Color Harmonies of #BDC41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC41D

Black with #BDC41D

Text Example


Text Example

White with #BDC41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC41D; }

 p { color: rgb(189,196,29); }

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

background-color css

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

 a { background-color: rgb(189,196,29); }

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

border-color css

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

 span { border-color: rgb(189,196,29); }

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