Html Css Color HEX #BECD15 Rio Grande

📋 copy color: '#BECD15'

red 190 ◦ green 205 ◦ blue 21

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

Shades of Rio Grande #BECD15

Tints of Rio Grande #BECD15

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.28%

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

R = 45.67%
G = 49.28%
B = 5.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#BECD15 (or 0xBECD15) is known color: Rio Grande. HEX triplet: BE, CD and 15. RGB value is (190,205,21). Sum of RGB (Red+Green+Blue) = 190+205+21=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECD15 is #4132EA. Grayscale: #B4B4B4. Windows color (decimal): -4272875 or 1428926. OLE color: 1428926.

HSL color Cylindrical-coordinate representation of color #BECD15: hue angle of 64.89º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BECD15 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 205 21 -
CMYK 0.07 0 0.90 0.20
HSL 64.89º 0.81% 0.44% -
HSV(B) 64.89º 0.9% 0.8% -
XYZ 43.2 54.66 8.98 -
YUV 179.54 38.53 135.46 -
System Red Green Blue C M Y K H S L
Decimal 190 205 21 0.07 0 0.90 0.20 64.89 0.81 0.44
Hex BE CD 15 7 0 5A 14 41 51 2C
Octal 276 315 25 7 0 132 24 101 121 54
Binary 10111110 11001101 10101 111 0 1011010 10100 1000001 1010001 101100

Color Harmonies of #BECD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECD15

Black with #BECD15

Text Example


Text Example

White with #BECD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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