Html Css Color HEX #BCCE12 Rio Grande

📋 copy color: '#BCCE12'

red 188 ◦ green 206 ◦ blue 18

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

Shades of Rio Grande #BCCE12

Tints of Rio Grande #BCCE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.37%

R = 45.63%
G = 50%
B = 4.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#BCCE12 (or 0xBCCE12) is known color: Rio Grande. HEX triplet: BC, CE and 12. RGB value is (188,206,18). Sum of RGB (Red+Green+Blue) = 188+206+18=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCE12 is #4331ED. Grayscale: #B3B3B3. Windows color (decimal): -4403694 or 1232572. OLE color: 1232572.

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

Color convert

RGB 188 206 18 -
CMYK 0.09 0 0.91 0.19
HSL 65.74º 0.84% 0.44% -
HSV(B) 65.74º 0.91% 0.81% -
XYZ 42.92 54.88 8.9 -
YUV 179.19 37.04 134.29 -
System Red Green Blue C M Y K H S L
Decimal 188 206 18 0.09 0 0.91 0.19 65.74 0.84 0.44
Hex BC CE 12 9 0 5B 13 42 54 2C
Octal 274 316 22 11 0 133 23 102 124 54
Binary 10111100 11001110 10010 1001 0 1011011 10011 1000010 1010100 101100

Color Harmonies of #BCCE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE12

Black with #BCCE12

Text Example


Text Example

White with #BCCE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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