Html Css Color HEX #BEC71C Rio Grande

📋 copy color: '#BEC71C'

red 190 ◦ green 199 ◦ blue 28

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

Shades of Rio Grande #BEC71C

Tints of Rio Grande #BEC71C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.72%

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

R = 45.56%
G = 47.72%
B = 6.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#BEC71C (or 0xBEC71C) is known color: Rio Grande. HEX triplet: BE, C7 and 1C. RGB value is (190,199,28). Sum of RGB (Red+Green+Blue) = 190+199+28=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 28 (11.33% from 255 or 6.71% from 417); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC71C is #4138E3. Grayscale: #B1B1B1. Windows color (decimal): -4274404 or 1886142. OLE color: 1886142.

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

Color convert

RGB 190 199 28 -
CMYK 0.05 0 0.86 0.22
HSL 63.16º 0.75% 0.45% -
HSV(B) 63.16º 0.86% 0.78% -
XYZ 41.87 51.88 8.91 -
YUV 176.82 44.02 137.4 -
System Red Green Blue C M Y K H S L
Decimal 190 199 28 0.05 0 0.86 0.22 63.16 0.75 0.45
Hex BE C7 1C 5 0 56 16 3F 4B 2D
Octal 276 307 34 5 0 126 26 77 113 55
Binary 10111110 11000111 11100 101 0 1010110 10110 111111 1001011 101101

Color Harmonies of #BEC71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC71C

Black with #BEC71C

Text Example


Text Example

White with #BEC71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC71C; }

 p { color: rgb(190,199,28); }

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

background-color css

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

 a { background-color: rgb(190,199,28); }

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

border-color css

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

 span { border-color: rgb(190,199,28); }

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