Html Css Color HEX #BEC826 Rio Grande

📋 copy color: '#BEC826'

red 190 ◦ green 200 ◦ blue 38

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

Shades of Rio Grande #BEC826

Tints of Rio Grande #BEC826

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.73%

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

R = 44.39%
G = 46.73%
B = 8.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#BEC826 (or 0xBEC826) is known color: Rio Grande. HEX triplet: BE, C8 and 26. RGB value is (190,200,38). Sum of RGB (Red+Green+Blue) = 190+200+38=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 38 (15.23% from 255 or 8.88% from 428); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC826 is #4137D9. Grayscale: #B3B3B3. Windows color (decimal): -4274138 or 2541758. OLE color: 2541758.

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

Color convert

RGB 190 200 38 -
CMYK 0.05 0 0.81 0.22
HSL 63.7º 0.68% 0.47% -
HSV(B) 63.7º 0.81% 0.78% -
XYZ 42.24 52.4 9.72 -
YUV 178.54 48.69 136.17 -
System Red Green Blue C M Y K H S L
Decimal 190 200 38 0.05 0 0.81 0.22 63.7 0.68 0.47
Hex BE C8 26 5 0 51 16 40 44 2F
Octal 276 310 46 5 0 121 26 100 104 57
Binary 10111110 11001000 100110 101 0 1010001 10110 1000000 1000100 101111

Color Harmonies of #BEC826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC826

Black with #BEC826

Text Example


Text Example

White with #BEC826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC826; }

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

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

background-color css

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

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

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

border-color css

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

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

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