Html Css Color HEX #BEC818 Rio Grande

📋 copy color: '#BEC818'

red 190 ◦ green 200 ◦ blue 24

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

Shades of Rio Grande #BEC818

Tints of Rio Grande #BEC818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.8%

R = 45.89%
G = 48.31%
B = 5.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#BEC818 (or 0xBEC818) is known color: Rio Grande. HEX triplet: BE, C8 and 18. RGB value is (190,200,24). Sum of RGB (Red+Green+Blue) = 190+200+24=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC818 is #4137E7. Grayscale: #B1B1B1. Windows color (decimal): -4274152 or 1624254. OLE color: 1624254.

HSL color Cylindrical-coordinate representation of color #BEC818: hue angle of 63.41º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEC818 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 200 24 -
CMYK 0.05 0 0.88 0.22
HSL 63.41º 0.79% 0.44% -
HSV(B) 63.41º 0.88% 0.78% -
XYZ 42.05 52.32 8.75 -
YUV 176.95 41.69 137.31 -
System Red Green Blue C M Y K H S L
Decimal 190 200 24 0.05 0 0.88 0.22 63.41 0.79 0.44
Hex BE C8 18 5 0 58 16 3F 4F 2C
Octal 276 310 30 5 0 130 26 77 117 54
Binary 10111110 11001000 11000 101 0 1011000 10110 111111 1001111 101100

Color Harmonies of #BEC818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC818

Black with #BEC818

Text Example


Text Example

White with #BEC818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC818; }

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

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

background-color css

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

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

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

border-color css

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

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

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