Html Css Color HEX #BDC51D Rio Grande

📋 copy color: '#BDC51D'

red 189 ◦ green 197 ◦ blue 29

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

Shades of Rio Grande #BDC51D

Tints of Rio Grande #BDC51D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.47%

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

R = 45.54%
G = 47.47%
B = 6.99%

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

#BDC51D (or 0xBDC51D) is known color: Rio Grande. HEX triplet: BD, C5 and 1D. RGB value is (189,197,29). Sum of RGB (Red+Green+Blue) = 189+197+29=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC51D is #423AE2. Grayscale: #B0B0B0. Windows color (decimal): -4340451 or 1951165. OLE color: 1951165.

HSL color Cylindrical-coordinate representation of color #BDC51D: hue angle of 62.86º 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 #BDC51D is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 29 -
CMYK 0.04 0 0.85 0.23
HSL 62.86º 0.74% 0.44% -
HSV(B) 62.86º 0.85% 0.77% -
XYZ 41.17 50.84 8.81 -
YUV 175.46 45.35 137.66 -
System Red Green Blue C M Y K H S L
Decimal 189 197 29 0.04 0 0.85 0.23 62.86 0.74 0.44
Hex BD C5 1D 4 0 55 17 3F 4A 2C
Octal 275 305 35 4 0 125 27 77 112 54
Binary 10111101 11000101 11101 100 0 1010101 10111 111111 1001010 101100

Color Harmonies of #BDC51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC51D

Black with #BDC51D

Text Example


Text Example

White with #BDC51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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