Html Css Color HEX #BCD00E Rio Grande

📋 copy color: '#BCD00E'

red 188 ◦ green 208 ◦ blue 14

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

Shades of Rio Grande #BCD00E

Tints of Rio Grande #BCD00E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.73%

 BLUE value IS 14 (5.86% from 255) = 3.41%

R = 45.85%
G = 50.73%
B = 3.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#BCD00E (or 0xBCD00E) is known color: Rio Grande. HEX triplet: BC, D0 and 0E. RGB value is (188,208,14). Sum of RGB (Red+Green+Blue) = 188+208+14=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 14 (5.86% from 255 or 3.41% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD00E is #432FF1. Grayscale: #B4B4B4. Windows color (decimal): -4403186 or 970940. OLE color: 970940.

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

Color convert

RGB 188 208 14 -
CMYK 0.10 0 0.93 0.18
HSL 66.19º 0.87% 0.44% -
HSV(B) 66.19º 0.93% 0.82% -
XYZ 43.37 55.83 8.91 -
YUV 179.9 34.37 133.77 -
System Red Green Blue C M Y K H S L
Decimal 188 208 14 0.10 0 0.93 0.18 66.19 0.87 0.44
Hex BC D0 E A 0 5D 12 42 57 2C
Octal 274 320 16 12 0 135 22 102 127 54
Binary 10111100 11010000 1110 1010 0 1011101 10010 1000010 1010111 101100

Color Harmonies of #BCD00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD00E

Black with #BCD00E

Text Example


Text Example

White with #BCD00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD00E; }

 p { color: rgb(188,208,14); }

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

background-color css

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

 a { background-color: rgb(188,208,14); }

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

border-color css

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

 span { border-color: rgb(188,208,14); }

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