Html Css Color HEX #BECE15 Rio Grande

📋 copy color: '#BECE15'

red 190 ◦ green 206 ◦ blue 21

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

Shades of Rio Grande #BECE15

Tints of Rio Grande #BECE15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.04%

R = 45.56%
G = 49.4%
B = 5.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#BECE15 (or 0xBECE15) is known color: Rio Grande. HEX triplet: BE, CE and 15. RGB value is (190,206,21). Sum of RGB (Red+Green+Blue) = 190+206+21=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECE15 is #4131EA. Grayscale: #B4B4B4. Windows color (decimal): -4272619 or 1429182. OLE color: 1429182.

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

Color convert

RGB 190 206 21 -
CMYK 0.08 0 0.90 0.19
HSL 65.19º 0.81% 0.45% -
HSV(B) 65.19º 0.9% 0.81% -
XYZ 43.44 55.14 9.06 -
YUV 180.13 38.2 135.04 -
System Red Green Blue C M Y K H S L
Decimal 190 206 21 0.08 0 0.90 0.19 65.19 0.81 0.45
Hex BE CE 15 8 0 5A 13 41 51 2D
Octal 276 316 25 10 0 132 23 101 121 55
Binary 10111110 11001110 10101 1000 0 1011010 10011 1000001 1010001 101101

Color Harmonies of #BECE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE15

Black with #BECE15

Text Example


Text Example

White with #BECE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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