Html Css Color HEX #BECA1A Rio Grande

📋 copy color: '#BECA1A'

red 190 ◦ green 202 ◦ blue 26

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

Shades of Rio Grande #BECA1A

Tints of Rio Grande #BECA1A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.33%

 BLUE value IS 26 (10.55% from 255) = 6.22%

R = 45.45%
G = 48.33%
B = 6.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#BECA1A (or 0xBECA1A) is known color: Rio Grande. HEX triplet: BE, CA and 1A. RGB value is (190,202,26). Sum of RGB (Red+Green+Blue) = 190+202+26=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 26 (10.55% from 255 or 6.22% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECA1A is #4135E5. Grayscale: #B3B3B3. Windows color (decimal): -4273638 or 1755838. OLE color: 1755838.

HSL color Cylindrical-coordinate representation of color #BECA1A: hue angle of 64.09º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BECA1A is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 202 26 -
CMYK 0.06 0 0.87 0.21
HSL 64.09º 0.77% 0.45% -
HSV(B) 64.09º 0.87% 0.79% -
XYZ 42.54 53.26 9.02 -
YUV 178.35 42.02 136.31 -
System Red Green Blue C M Y K H S L
Decimal 190 202 26 0.06 0 0.87 0.21 64.09 0.77 0.45
Hex BE CA 1A 6 0 57 15 40 4D 2D
Octal 276 312 32 6 0 127 25 100 115 55
Binary 10111110 11001010 11010 110 0 1010111 10101 1000000 1001101 101101

Color Harmonies of #BECA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA1A

Black with #BECA1A

Text Example


Text Example

White with #BECA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA1A; }

 p { color: rgb(190,202,26); }

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

background-color css

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

 a { background-color: rgb(190,202,26); }

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

border-color css

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

 span { border-color: rgb(190,202,26); }

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