Html Css Color HEX #BCC51C Rio Grande

📋 copy color: '#BCC51C'

red 188 ◦ green 197 ◦ blue 28

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

Shades of Rio Grande #BCC51C

Tints of Rio Grande #BCC51C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.7%

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

R = 45.52%
G = 47.7%
B = 6.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#BCC51C (or 0xBCC51C) is known color: Rio Grande. HEX triplet: BC, C5 and 1C. RGB value is (188,197,28). Sum of RGB (Red+Green+Blue) = 188+197+28=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC51C is #433AE3. Grayscale: #AFAFAF. Windows color (decimal): -4405988 or 1885628. OLE color: 1885628.

HSL color Cylindrical-coordinate representation of color #BCC51C: hue angle of 63.2º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCC51C is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 28 -
CMYK 0.05 0 0.86 0.23
HSL 63.2º 0.75% 0.44% -
HSV(B) 63.2º 0.86% 0.77% -
XYZ 40.91 50.71 8.73 -
YUV 175.04 45.02 137.24 -
System Red Green Blue C M Y K H S L
Decimal 188 197 28 0.05 0 0.86 0.23 63.2 0.75 0.44
Hex BC C5 1C 5 0 56 17 3F 4B 2C
Octal 274 305 34 5 0 126 27 77 113 54
Binary 10111100 11000101 11100 101 0 1010110 10111 111111 1001011 101100

Color Harmonies of #BCC51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC51C

Black with #BCC51C

Text Example


Text Example

White with #BCC51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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