Html Css Color HEX #BECE1E Rio Grande

📋 copy color: '#BECE1E'

red 190 ◦ green 206 ◦ blue 30

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

Shades of Rio Grande #BECE1E

Tints of Rio Grande #BECE1E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.36%

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

R = 44.6%
G = 48.36%
B = 7.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#BECE1E (or 0xBECE1E) is known color: Rio Grande. HEX triplet: BE, CE and 1E. RGB value is (190,206,30). Sum of RGB (Red+Green+Blue) = 190+206+30=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE1E is #4131E1. Grayscale: #B5B5B5. Windows color (decimal): -4272610 or 2019006. OLE color: 2019006.

HSL color Cylindrical-coordinate representation of color #BECE1E: hue angle of 65.45º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BECE1E is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 30 -
CMYK 0.08 0 0.85 0.19
HSL 65.45º 0.75% 0.46% -
HSV(B) 65.45º 0.85% 0.81% -
XYZ 43.54 55.18 9.58 -
YUV 181.15 42.7 134.31 -
System Red Green Blue C M Y K H S L
Decimal 190 206 30 0.08 0 0.85 0.19 65.45 0.75 0.46
Hex BE CE 1E 8 0 55 13 41 4B 2E
Octal 276 316 36 10 0 125 23 101 113 56
Binary 10111110 11001110 11110 1000 0 1010101 10011 1000001 1001011 101110

Color Harmonies of #BECE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE1E

Black with #BECE1E

Text Example


Text Example

White with #BECE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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