Html Css Color HEX #BDC617 Rio Grande

📋 copy color: '#BDC617'

red 189 ◦ green 198 ◦ blue 23

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

Shades of Rio Grande #BDC617

Tints of Rio Grande #BDC617

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.29%

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

R = 46.1%
G = 48.29%
B = 5.61%

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

#BDC617 (or 0xBDC617) is known color: Rio Grande. HEX triplet: BD, C6 and 17. RGB value is (189,198,23). Sum of RGB (Red+Green+Blue) = 189+198+23=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC617 is #4239E8. Grayscale: #B0B0B0. Windows color (decimal): -4340201 or 1558205. OLE color: 1558205.

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

Color convert

RGB 189 198 23 -
CMYK 0.05 0 0.88 0.22
HSL 63.09º 0.79% 0.43% -
HSV(B) 63.09º 0.88% 0.78% -
XYZ 41.34 51.27 8.53 -
YUV 175.36 42.02 137.73 -
System Red Green Blue C M Y K H S L
Decimal 189 198 23 0.05 0 0.88 0.22 63.09 0.79 0.43
Hex BD C6 17 5 0 58 16 3F 4F 2B
Octal 275 306 27 5 0 130 26 77 117 53
Binary 10111101 11000110 10111 101 0 1011000 10110 111111 1001111 101011

Color Harmonies of #BDC617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC617

Black with #BDC617

Text Example


Text Example

White with #BDC617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC617; }

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

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

background-color css

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

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

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

border-color css

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

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

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