Html Css Color HEX #BCC81C Rio Grande

📋 copy color: '#BCC81C'

red 188 ◦ green 200 ◦ blue 28

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

Shades of Rio Grande #BCC81C

Tints of Rio Grande #BCC81C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.08%

 BLUE value IS 28 (11.33% from 255) = 6.73%

R = 45.19%
G = 48.08%
B = 6.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#BCC81C (or 0xBCC81C) is known color: Rio Grande. HEX triplet: BC, C8 and 1C. RGB value is (188,200,28). Sum of RGB (Red+Green+Blue) = 188+200+28=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC81C is #4337E3. Grayscale: #B1B1B1. Windows color (decimal): -4405220 or 1886396. OLE color: 1886396.

HSL color Cylindrical-coordinate representation of color #BCC81C: hue angle of 64.19º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCC81C is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 28 -
CMYK 0.06 0 0.86 0.22
HSL 64.19º 0.75% 0.45% -
HSV(B) 64.19º 0.86% 0.78% -
XYZ 41.6 52.08 8.96 -
YUV 176.8 44.02 135.99 -
System Red Green Blue C M Y K H S L
Decimal 188 200 28 0.06 0 0.86 0.22 64.19 0.75 0.45
Hex BC C8 1C 6 0 56 16 40 4B 2D
Octal 274 310 34 6 0 126 26 100 113 55
Binary 10111100 11001000 11100 110 0 1010110 10110 1000000 1001011 101101

Color Harmonies of #BCC81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC81C

Black with #BCC81C

Text Example


Text Example

White with #BCC81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC81C; }

 p { color: rgb(188,200,28); }

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

background-color css

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

 a { background-color: rgb(188,200,28); }

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

border-color css

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

 span { border-color: rgb(188,200,28); }

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