Html Css Color HEX #BEC12B Rio Grande

📋 copy color: '#BEC12B'

red 190 ◦ green 193 ◦ blue 43

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

Shades of Rio Grande #BEC12B

Tints of Rio Grande #BEC12B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.31%

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

R = 44.6%
G = 45.31%
B = 10.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#BEC12B (or 0xBEC12B) is known color: Rio Grande. HEX triplet: BE, C1 and 2B. RGB value is (190,193,43). Sum of RGB (Red+Green+Blue) = 190+193+43=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC12B is #413ED4. Grayscale: #AFAFAF. Windows color (decimal): -4275925 or 2867646. OLE color: 2867646.

HSL color Cylindrical-coordinate representation of color #BEC12B: hue angle of 61.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEC12B is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 193 43 -
CMYK 0.02 0 0.78 0.24
HSL 61.2º 0.64% 0.46% -
HSV(B) 61.2º 0.78% 0.76% -
XYZ 40.74 49.26 9.65 -
YUV 175 53.51 138.7 -
System Red Green Blue C M Y K H S L
Decimal 190 193 43 0.02 0 0.78 0.24 61.2 0.64 0.46
Hex BE C1 2B 2 0 4E 18 3D 40 2E
Octal 276 301 53 2 0 116 30 75 100 56
Binary 10111110 11000001 101011 10 0 1001110 11000 111101 1000000 101110

Color Harmonies of #BEC12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC12B

Black with #BEC12B

Text Example


Text Example

White with #BEC12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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