Html Css Color HEX #BCCD13 Rio Grande

📋 copy color: '#BCCD13'

red 188 ◦ green 205 ◦ blue 19

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

Shades of Rio Grande #BCCD13

Tints of Rio Grande #BCCD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.61%

R = 45.63%
G = 49.76%
B = 4.61%

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

#BCCD13 (or 0xBCCD13) is known color: Rio Grande. HEX triplet: BC, CD and 13. RGB value is (188,205,19). Sum of RGB (Red+Green+Blue) = 188+205+19=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCD13 is #4332EC. Grayscale: #B3B3B3. Windows color (decimal): -4403949 or 1297852. OLE color: 1297852.

HSL color Cylindrical-coordinate representation of color #BCCD13: hue angle of 65.48º degrees, saturation: 0.83, 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 #BCCD13 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 19 -
CMYK 0.08 0 0.91 0.20
HSL 65.48º 0.83% 0.44% -
HSV(B) 65.48º 0.91% 0.8% -
XYZ 42.69 54.4 8.87 -
YUV 178.71 37.87 134.62 -
System Red Green Blue C M Y K H S L
Decimal 188 205 19 0.08 0 0.91 0.20 65.48 0.83 0.44
Hex BC CD 13 8 0 5B 14 41 53 2C
Octal 274 315 23 10 0 133 24 101 123 54
Binary 10111100 11001101 10011 1000 0 1011011 10100 1000001 1010011 101100

Color Harmonies of #BCCD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD13

Black with #BCCD13

Text Example


Text Example

White with #BCCD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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