Html Css Color HEX #BDC717 Rio Grande

📋 copy color: '#BDC717'

red 189 ◦ green 199 ◦ blue 23

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

Shades of Rio Grande #BDC717

Tints of Rio Grande #BDC717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.6%

R = 45.99%
G = 48.42%
B = 5.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#BDC717 (or 0xBDC717) is known color: Rio Grande. HEX triplet: BD, C7 and 17. RGB value is (189,199,23). Sum of RGB (Red+Green+Blue) = 189+199+23=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 23 (9.38% from 255 or 5.60% from 411); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC717 is #4238E8. Grayscale: #B0B0B0. Windows color (decimal): -4339945 or 1558461. OLE color: 1558461.

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

Color convert

RGB 189 199 23 -
CMYK 0.05 0 0.88 0.22
HSL 63.41º 0.79% 0.44% -
HSV(B) 63.41º 0.88% 0.78% -
XYZ 41.56 51.73 8.6 -
YUV 175.95 41.69 137.31 -
System Red Green Blue C M Y K H S L
Decimal 189 199 23 0.05 0 0.88 0.22 63.41 0.79 0.44
Hex BD C7 17 5 0 58 16 3F 4F 2C
Octal 275 307 27 5 0 130 26 77 117 54
Binary 10111101 11000111 10111 101 0 1011000 10110 111111 1001111 101100

Color Harmonies of #BDC717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC717

Black with #BDC717

Text Example


Text Example

White with #BDC717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC717; }

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

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

background-color css

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

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

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

border-color css

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

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

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