Html Css Color HEX #BEC52B Rio Grande

📋 copy color: '#BEC52B'

red 190 ◦ green 197 ◦ blue 43

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

Shades of Rio Grande #BEC52B

Tints of Rio Grande #BEC52B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.81%

 BLUE value IS 43 (17.19% from 255) = 10%

R = 44.19%
G = 45.81%
B = 10%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#BEC52B (or 0xBEC52B) is known color: Rio Grande. HEX triplet: BE, C5 and 2B. RGB value is (190,197,43). Sum of RGB (Red+Green+Blue) = 190+197+43=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC52B is #413AD4. Grayscale: #B1B1B1. Windows color (decimal): -4274901 or 2868670. OLE color: 2868670.

HSL color Cylindrical-coordinate representation of color #BEC52B: hue angle of 62.73º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEC52B is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 43 -
CMYK 0.04 0 0.78 0.23
HSL 62.73º 0.64% 0.47% -
HSV(B) 62.73º 0.78% 0.77% -
XYZ 41.64 51.05 9.95 -
YUV 177.35 52.18 137.02 -
System Red Green Blue C M Y K H S L
Decimal 190 197 43 0.04 0 0.78 0.23 62.73 0.64 0.47
Hex BE C5 2B 4 0 4E 17 3F 40 2F
Octal 276 305 53 4 0 116 27 77 100 57
Binary 10111110 11000101 101011 100 0 1001110 10111 111111 1000000 101111

Color Harmonies of #BEC52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC52B

Black with #BEC52B

Text Example


Text Example

White with #BEC52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC52B; }

 p { color: rgb(190,197,43); }

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

background-color css

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

 a { background-color: rgb(190,197,43); }

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

border-color css

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

 span { border-color: rgb(190,197,43); }

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