Html Css Color HEX #BCCD12 Rio Grande

📋 copy color: '#BCCD12'

red 188 ◦ green 205 ◦ blue 18

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

Shades of Rio Grande #BCCD12

Tints of Rio Grande #BCCD12

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.88%

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

R = 45.74%
G = 49.88%
B = 4.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#BCCD12 (or 0xBCCD12) is known color: Rio Grande. HEX triplet: BC, CD and 12. RGB value is (188,205,18). Sum of RGB (Red+Green+Blue) = 188+205+18=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCD12 is #4332ED. Grayscale: #B3B3B3. Windows color (decimal): -4403950 or 1232316. OLE color: 1232316.

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

Color convert

RGB 188 205 18 -
CMYK 0.08 0 0.91 0.20
HSL 65.45º 0.84% 0.44% -
HSV(B) 65.45º 0.91% 0.8% -
XYZ 42.68 54.4 8.82 -
YUV 178.6 37.37 134.71 -
System Red Green Blue C M Y K H S L
Decimal 188 205 18 0.08 0 0.91 0.20 65.45 0.84 0.44
Hex BC CD 12 8 0 5B 14 41 54 2C
Octal 274 315 22 10 0 133 24 101 124 54
Binary 10111100 11001101 10010 1000 0 1011011 10100 1000001 1010100 101100

Color Harmonies of #BCCD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD12

Black with #BCCD12

Text Example


Text Example

White with #BCCD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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