Html Css Color HEX #BCCE1E Rio Grande

📋 copy color: '#BCCE1E'

red 188 ◦ green 206 ◦ blue 30

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

Shades of Rio Grande #BCCE1E

Tints of Rio Grande #BCCE1E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.58%

 BLUE value IS 30 (12.11% from 255) = 7.08%

R = 44.34%
G = 48.58%
B = 7.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#BCCE1E (or 0xBCCE1E) is known color: Rio Grande. HEX triplet: BC, CE and 1E. RGB value is (188,206,30). Sum of RGB (Red+Green+Blue) = 188+206+30=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCE1E is #4331E1. Grayscale: #B5B5B5. Windows color (decimal): -4403682 or 2019004. OLE color: 2019004.

HSL color Cylindrical-coordinate representation of color #BCCE1E: hue angle of 66.14º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCCE1E is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 206 30 -
CMYK 0.09 0 0.85 0.19
HSL 66.14º 0.75% 0.46% -
HSV(B) 66.14º 0.85% 0.81% -
XYZ 43.04 54.93 9.56 -
YUV 180.55 43.04 133.31 -
System Red Green Blue C M Y K H S L
Decimal 188 206 30 0.09 0 0.85 0.19 66.14 0.75 0.46
Hex BC CE 1E 9 0 55 13 42 4B 2E
Octal 274 316 36 11 0 125 23 102 113 56
Binary 10111100 11001110 11110 1001 0 1010101 10011 1000010 1001011 101110

Color Harmonies of #BCCE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE1E

Black with #BCCE1E

Text Example


Text Example

White with #BCCE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE1E; }

 p { color: rgb(188,206,30); }

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

background-color css

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

 a { background-color: rgb(188,206,30); }

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

border-color css

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

 span { border-color: rgb(188,206,30); }

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