Html Css Color HEX #BEC825 Rio Grande

📋 copy color: '#BEC825'

red 190 ◦ green 200 ◦ blue 37

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

Shades of Rio Grande #BEC825

Tints of Rio Grande #BEC825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.67%

R = 44.5%
G = 46.84%
B = 8.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#BEC825 (or 0xBEC825) is known color: Rio Grande. HEX triplet: BE, C8 and 25. RGB value is (190,200,37). Sum of RGB (Red+Green+Blue) = 190+200+37=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 37 (14.84% from 255 or 8.67% from 427); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC825 is #4137DA. Grayscale: #B3B3B3. Windows color (decimal): -4274139 or 2476222. OLE color: 2476222.

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

Color convert

RGB 190 200 37 -
CMYK 0.05 0 0.82 0.22
HSL 63.68º 0.69% 0.46% -
HSV(B) 63.68º 0.82% 0.78% -
XYZ 42.22 52.39 9.64 -
YUV 178.43 48.19 136.25 -
System Red Green Blue C M Y K H S L
Decimal 190 200 37 0.05 0 0.82 0.22 63.68 0.69 0.46
Hex BE C8 25 5 0 52 16 40 45 2E
Octal 276 310 45 5 0 122 26 100 105 56
Binary 10111110 11001000 100101 101 0 1010010 10110 1000000 1000101 101110

Color Harmonies of #BEC825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC825

Black with #BEC825

Text Example


Text Example

White with #BEC825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC825; }

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

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

background-color css

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

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

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

border-color css

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

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

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