Html Css Color HEX #BCCE1A Rio Grande

📋 copy color: '#BCCE1A'

red 188 ◦ green 206 ◦ blue 26

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

Shades of Rio Grande #BCCE1A

Tints of Rio Grande #BCCE1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.19%

R = 44.76%
G = 49.05%
B = 6.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#BCCE1A (or 0xBCCE1A) is known color: Rio Grande. HEX triplet: BC, CE and 1A. RGB value is (188,206,26). Sum of RGB (Red+Green+Blue) = 188+206+26=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCE1A is #4331E5. Grayscale: #B4B4B4. Windows color (decimal): -4403686 or 1756860. OLE color: 1756860.

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

Color convert

RGB 188 206 26 -
CMYK 0.09 0 0.87 0.19
HSL 66º 0.78% 0.45% -
HSV(B) 66º 0.87% 0.81% -
XYZ 43 54.91 9.31 -
YUV 180.1 41.04 133.64 -
System Red Green Blue C M Y K H S L
Decimal 188 206 26 0.09 0 0.87 0.19 66 0.78 0.45
Hex BC CE 1A 9 0 57 13 42 4E 2D
Octal 274 316 32 11 0 127 23 102 116 55
Binary 10111100 11001110 11010 1001 0 1010111 10011 1000010 1001110 101101

Color Harmonies of #BCCE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE1A

Black with #BCCE1A

Text Example


Text Example

White with #BCCE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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