Html Css Color HEX #BEC71E Rio Grande

📋 copy color: '#BEC71E'

red 190 ◦ green 199 ◦ blue 30

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

Shades of Rio Grande #BEC71E

Tints of Rio Grande #BEC71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.16%

R = 45.35%
G = 47.49%
B = 7.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#BEC71E (or 0xBEC71E) is known color: Rio Grande. HEX triplet: BE, C7 and 1E. RGB value is (190,199,30). Sum of RGB (Red+Green+Blue) = 190+199+30=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC71E is #4138E1. Grayscale: #B1B1B1. Windows color (decimal): -4274402 or 2017214. OLE color: 2017214.

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

Color convert

RGB 190 199 30 -
CMYK 0.05 0 0.85 0.22
HSL 63.2º 0.74% 0.45% -
HSV(B) 63.2º 0.85% 0.78% -
XYZ 41.89 51.89 9.04 -
YUV 177.04 45.02 137.24 -
System Red Green Blue C M Y K H S L
Decimal 190 199 30 0.05 0 0.85 0.22 63.2 0.74 0.45
Hex BE C7 1E 5 0 55 16 3F 4A 2D
Octal 276 307 36 5 0 125 26 77 112 55
Binary 10111110 11000111 11110 101 0 1010101 10110 111111 1001010 101101

Color Harmonies of #BEC71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC71E

Black with #BEC71E

Text Example


Text Example

White with #BEC71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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