Html Css Color HEX #BEC727 Rio Grande

📋 copy color: '#BEC727'

red 190 ◦ green 199 ◦ blue 39

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

Shades of Rio Grande #BEC727

Tints of Rio Grande #BEC727

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.5%

 BLUE value IS 39 (15.63% from 255) = 9.11%

R = 44.39%
G = 46.5%
B = 9.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#BEC727 (or 0xBEC727) is known color: Rio Grande. HEX triplet: BE, C7 and 27. RGB value is (190,199,39). Sum of RGB (Red+Green+Blue) = 190+199+39=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 199 (78.12% from 255 or 46.50% from 428); Blue value is 39 (15.62% from 255 or 9.11% from 428); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC727 is #4138D8. Grayscale: #B2B2B2. Windows color (decimal): -4274393 or 2607038. OLE color: 2607038.

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

Color convert

RGB 190 199 39 -
CMYK 0.05 0 0.80 0.22
HSL 63.38º 0.67% 0.47% -
HSV(B) 63.38º 0.8% 0.78% -
XYZ 42.02 51.94 9.73 -
YUV 178.07 49.52 136.51 -
System Red Green Blue C M Y K H S L
Decimal 190 199 39 0.05 0 0.80 0.22 63.38 0.67 0.47
Hex BE C7 27 5 0 50 16 3F 43 2F
Octal 276 307 47 5 0 120 26 77 103 57
Binary 10111110 11000111 100111 101 0 1010000 10110 111111 1000011 101111

Color Harmonies of #BEC727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC727

Black with #BEC727

Text Example


Text Example

White with #BEC727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC727; }

 p { color: rgb(190,199,39); }

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

background-color css

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

 a { background-color: rgb(190,199,39); }

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

border-color css

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

 span { border-color: rgb(190,199,39); }

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