Html Css Color HEX #BDC715 Rio Grande

📋 copy color: '#BDC715'

red 189 ◦ green 199 ◦ blue 21

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

Shades of Rio Grande #BDC715

Tints of Rio Grande #BDC715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.13%

R = 46.21%
G = 48.66%
B = 5.13%

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

#BDC715 (or 0xBDC715) is known color: Rio Grande. HEX triplet: BD, C7 and 15. RGB value is (189,199,21). Sum of RGB (Red+Green+Blue) = 189+199+21=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 199 (78.12% from 255 or 48.66% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC715 is #4238EA. Grayscale: #B0B0B0. Windows color (decimal): -4339947 or 1427389. OLE color: 1427389.

HSL color Cylindrical-coordinate representation of color #BDC715: hue angle of 63.37º degrees, saturation: 0.81, 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 #BDC715 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 21 -
CMYK 0.05 0 0.89 0.22
HSL 63.37º 0.81% 0.43% -
HSV(B) 63.37º 0.89% 0.78% -
XYZ 41.55 51.72 8.5 -
YUV 175.72 40.69 137.47 -
System Red Green Blue C M Y K H S L
Decimal 189 199 21 0.05 0 0.89 0.22 63.37 0.81 0.43
Hex BD C7 15 5 0 59 16 3F 51 2B
Octal 275 307 25 5 0 131 26 77 121 53
Binary 10111101 11000111 10101 101 0 1011001 10110 111111 1010001 101011

Color Harmonies of #BDC715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC715

Black with #BDC715

Text Example


Text Example

White with #BDC715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC715; }

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

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

background-color css

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

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

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

border-color css

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

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

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