Html Css Color HEX #BCC814 Rio Grande

📋 copy color: '#BCC814'

red 188 ◦ green 200 ◦ blue 20

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

Shades of Rio Grande #BCC814

Tints of Rio Grande #BCC814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.9%

R = 46.08%
G = 49.02%
B = 4.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#BCC814 (or 0xBCC814) is known color: Rio Grande. HEX triplet: BC, C8 and 14. RGB value is (188,200,20). Sum of RGB (Red+Green+Blue) = 188+200+20=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC814 is #4337EB. Grayscale: #B0B0B0. Windows color (decimal): -4405228 or 1362108. OLE color: 1362108.

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

Color convert

RGB 188 200 20 -
CMYK 0.06 0 0.9 0.22
HSL 64º 0.82% 0.43% -
HSV(B) 64º 0.9% 0.78% -
XYZ 41.52 52.05 8.52 -
YUV 175.89 40.02 136.64 -
System Red Green Blue C M Y K H S L
Decimal 188 200 20 0.06 0 0.9 0.22 64 0.82 0.43
Hex BC C8 14 6 0 5A 16 40 52 2B
Octal 274 310 24 6 0 132 26 100 122 53
Binary 10111100 11001000 10100 110 0 1011010 10110 1000000 1010010 101011

Color Harmonies of #BCC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC814

Black with #BCC814

Text Example


Text Example

White with #BCC814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC814; }

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

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

background-color css

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

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

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

border-color css

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

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

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