Html Css Color HEX #BCCD15 Rio Grande

📋 copy color: '#BCCD15'

red 188 ◦ green 205 ◦ blue 21

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

Shades of Rio Grande #BCCD15

Tints of Rio Grande #BCCD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.07%

R = 45.41%
G = 49.52%
B = 5.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#BCCD15 (or 0xBCCD15) is known color: Rio Grande. HEX triplet: BC, CD and 15. RGB value is (188,205,21). Sum of RGB (Red+Green+Blue) = 188+205+21=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCD15 is #4332EA. Grayscale: #B3B3B3. Windows color (decimal): -4403947 or 1428924. OLE color: 1428924.

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

Color convert

RGB 188 205 21 -
CMYK 0.08 0 0.90 0.20
HSL 65.54º 0.81% 0.44% -
HSV(B) 65.54º 0.9% 0.8% -
XYZ 42.71 54.41 8.96 -
YUV 178.94 38.87 134.46 -
System Red Green Blue C M Y K H S L
Decimal 188 205 21 0.08 0 0.90 0.20 65.54 0.81 0.44
Hex BC CD 15 8 0 5A 14 42 51 2C
Octal 274 315 25 10 0 132 24 102 121 54
Binary 10111100 11001101 10101 1000 0 1011010 10100 1000010 1010001 101100

Color Harmonies of #BCCD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD15

Black with #BCCD15

Text Example


Text Example

White with #BCCD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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