Html Css Color HEX #BEC42B Rio Grande

📋 copy color: '#BEC42B'

red 190 ◦ green 196 ◦ blue 43

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

Shades of Rio Grande #BEC42B

Tints of Rio Grande #BEC42B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.69%

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

R = 44.29%
G = 45.69%
B = 10.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#BEC42B (or 0xBEC42B) is known color: Rio Grande. HEX triplet: BE, C4 and 2B. RGB value is (190,196,43). Sum of RGB (Red+Green+Blue) = 190+196+43=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC42B is #413BD4. Grayscale: #B1B1B1. Windows color (decimal): -4275157 or 2868414. OLE color: 2868414.

HSL color Cylindrical-coordinate representation of color #BEC42B: hue angle of 62.35º 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 #BEC42B is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 196 43 -
CMYK 0.03 0 0.78 0.23
HSL 62.35º 0.64% 0.47% -
HSV(B) 62.35º 0.78% 0.77% -
XYZ 41.41 50.6 9.87 -
YUV 176.76 52.51 137.44 -
System Red Green Blue C M Y K H S L
Decimal 190 196 43 0.03 0 0.78 0.23 62.35 0.64 0.47
Hex BE C4 2B 3 0 4E 17 3E 40 2F
Octal 276 304 53 3 0 116 27 76 100 57
Binary 10111110 11000100 101011 11 0 1001110 10111 111110 1000000 101111

Color Harmonies of #BEC42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC42B

Black with #BEC42B

Text Example


Text Example

White with #BEC42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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