Html Css Color HEX #BCD217 Rio Grande

📋 copy color: '#BCD217'

red 188 ◦ green 210 ◦ blue 23

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

Shades of Rio Grande #BCD217

Tints of Rio Grande #BCD217

RGB

 RED value IS 188 (73.83% from 255) = 44.66%

 GREEN value IS 210 (82.42% from 255) = 49.88%

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

R = 44.66%
G = 49.88%
B = 5.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#BCD217 (or 0xBCD217) is known color: Rio Grande. HEX triplet: BC, D2 and 17. RGB value is (188,210,23). Sum of RGB (Red+Green+Blue) = 188+210+23=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 23 (9.38% from 255 or 5.46% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD217 is #432DE8. Grayscale: #B6B6B6. Windows color (decimal): -4402665 or 1561276. OLE color: 1561276.

HSL color Cylindrical-coordinate representation of color #BCD217: hue angle of 67.06º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCD217 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 23 -
CMYK 0.10 0 0.89 0.18
HSL 67.06º 0.8% 0.46% -
HSV(B) 67.06º 0.89% 0.82% -
XYZ 43.94 56.85 9.47 -
YUV 182.1 38.21 132.21 -
System Red Green Blue C M Y K H S L
Decimal 188 210 23 0.10 0 0.89 0.18 67.06 0.8 0.46
Hex BC D2 17 A 0 59 12 43 50 2E
Octal 274 322 27 12 0 131 22 103 120 56
Binary 10111100 11010010 10111 1010 0 1011001 10010 1000011 1010000 101110

Color Harmonies of #BCD217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD217

Black with #BCD217

Text Example


Text Example

White with #BCD217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD217; }

 p { color: rgb(188,210,23); }

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

background-color css

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

 a { background-color: rgb(188,210,23); }

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

border-color css

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

 span { border-color: rgb(188,210,23); }

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