Html Css Color HEX #BCD316 Rio Grande

📋 copy color: '#BCD316'

red 188 ◦ green 211 ◦ blue 22

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

Shades of Rio Grande #BCD316

Tints of Rio Grande #BCD316

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.12%

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

R = 44.66%
G = 50.12%
B = 5.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#BCD316 (or 0xBCD316) is known color: Rio Grande. HEX triplet: BC, D3 and 16. RGB value is (188,211,22). Sum of RGB (Red+Green+Blue) = 188+211+22=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 211 (82.81% from 255 or 50.12% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD316 is #432CE9. Grayscale: #B7B7B7. Windows color (decimal): -4402410 or 1495996. OLE color: 1495996.

HSL color Cylindrical-coordinate representation of color #BCD316: hue angle of 67.3º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCD316 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 22 -
CMYK 0.11 0 0.90 0.17
HSL 67.3º 0.81% 0.46% -
HSV(B) 67.3º 0.9% 0.83% -
XYZ 44.18 57.34 9.5 -
YUV 182.58 37.38 131.87 -
System Red Green Blue C M Y K H S L
Decimal 188 211 22 0.11 0 0.90 0.17 67.3 0.81 0.46
Hex BC D3 16 B 0 5A 11 43 51 2E
Octal 274 323 26 13 0 132 21 103 121 56
Binary 10111100 11010011 10110 1011 0 1011010 10001 1000011 1010001 101110

Color Harmonies of #BCD316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD316

Black with #BCD316

Text Example


Text Example

White with #BCD316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD316; }

 p { color: rgb(188,211,22); }

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

background-color css

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

 a { background-color: rgb(188,211,22); }

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

border-color css

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

 span { border-color: rgb(188,211,22); }

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