Html Css Color HEX #BEC814 Rio Grande

📋 copy color: '#BEC814'

red 190 ◦ green 200 ◦ blue 20

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

Shades of Rio Grande #BEC814

Tints of Rio Grande #BEC814

RGB

 RED value IS 190 (74.61% from 255) = 46.34%

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

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

R = 46.34%
G = 48.78%
B = 4.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#BEC814 (or 0xBEC814) is known color: Rio Grande. HEX triplet: BE, C8 and 14. RGB value is (190,200,20). Sum of RGB (Red+Green+Blue) = 190+200+20=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC814 is #4137EB. Grayscale: #B1B1B1. Windows color (decimal): -4274156 or 1362110. OLE color: 1362110.

HSL color Cylindrical-coordinate representation of color #BEC814: hue angle of 63.33º 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 #BEC814 is Cyan = 0.05, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 200 20 -
CMYK 0.05 0 0.9 0.22
HSL 63.33º 0.82% 0.43% -
HSV(B) 63.33º 0.9% 0.78% -
XYZ 42.02 52.31 8.54 -
YUV 176.49 39.69 137.64 -
System Red Green Blue C M Y K H S L
Decimal 190 200 20 0.05 0 0.9 0.22 63.33 0.82 0.43
Hex BE C8 14 5 0 5A 16 3F 52 2B
Octal 276 310 24 5 0 132 26 77 122 53
Binary 10111110 11001000 10100 101 0 1011010 10110 111111 1010010 101011

Color Harmonies of #BEC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC814

Black with #BEC814

Text Example


Text Example

White with #BEC814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC814; }

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

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

background-color css

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

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

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

border-color css

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

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

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