Html Css Color HEX #BDC716 Rio Grande

📋 copy color: '#BDC716'

red 189 ◦ green 199 ◦ blue 22

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

Shades of Rio Grande #BDC716

Tints of Rio Grande #BDC716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.37%

R = 46.1%
G = 48.54%
B = 5.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#BDC716 (or 0xBDC716) is known color: Rio Grande. HEX triplet: BD, C7 and 16. RGB value is (189,199,22). Sum of RGB (Red+Green+Blue) = 189+199+22=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC716 is #4238E9. Grayscale: #B0B0B0. Windows color (decimal): -4339946 or 1492925. OLE color: 1492925.

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

Color convert

RGB 189 199 22 -
CMYK 0.05 0 0.89 0.22
HSL 63.39º 0.8% 0.43% -
HSV(B) 63.39º 0.89% 0.78% -
XYZ 41.55 51.72 8.55 -
YUV 175.83 41.19 137.39 -
System Red Green Blue C M Y K H S L
Decimal 189 199 22 0.05 0 0.89 0.22 63.39 0.8 0.43
Hex BD C7 16 5 0 59 16 3F 50 2B
Octal 275 307 26 5 0 131 26 77 120 53
Binary 10111101 11000111 10110 101 0 1011001 10110 111111 1010000 101011

Color Harmonies of #BDC716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC716

Black with #BDC716

Text Example


Text Example

White with #BDC716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC716; }

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

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

background-color css

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

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

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

border-color css

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

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

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