Html Css Color HEX #BECA26 Rio Grande

📋 copy color: '#BECA26'

red 190 ◦ green 202 ◦ blue 38

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

Shades of Rio Grande #BECA26

Tints of Rio Grande #BECA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.84%

R = 44.19%
G = 46.98%
B = 8.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#BECA26 (or 0xBECA26) is known color: Rio Grande. HEX triplet: BE, CA and 26. RGB value is (190,202,38). Sum of RGB (Red+Green+Blue) = 190+202+38=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 38 (15.23% from 255 or 8.84% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECA26 is #4135D9. Grayscale: #B4B4B4. Windows color (decimal): -4273626 or 2542270. OLE color: 2542270.

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

Color convert

RGB 190 202 38 -
CMYK 0.06 0 0.81 0.21
HSL 64.39º 0.68% 0.47% -
HSV(B) 64.39º 0.81% 0.79% -
XYZ 42.71 53.33 9.88 -
YUV 179.72 48.02 135.34 -
System Red Green Blue C M Y K H S L
Decimal 190 202 38 0.06 0 0.81 0.21 64.39 0.68 0.47
Hex BE CA 26 6 0 51 15 40 44 2F
Octal 276 312 46 6 0 121 25 100 104 57
Binary 10111110 11001010 100110 110 0 1010001 10101 1000000 1000100 101111

Color Harmonies of #BECA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA26

Black with #BECA26

Text Example


Text Example

White with #BECA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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