Html Css Color HEX #BECE18 Rio Grande

📋 copy color: '#BECE18'

red 190 ◦ green 206 ◦ blue 24

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

Shades of Rio Grande #BECE18

Tints of Rio Grande #BECE18

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.05%

 BLUE value IS 24 (9.77% from 255) = 5.71%

R = 45.24%
G = 49.05%
B = 5.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#BECE18 (or 0xBECE18) is known color: Rio Grande. HEX triplet: BE, CE and 18. RGB value is (190,206,24). Sum of RGB (Red+Green+Blue) = 190+206+24=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECE18 is #4131E7. Grayscale: #B5B5B5. Windows color (decimal): -4272616 or 1625790. OLE color: 1625790.

HSL color Cylindrical-coordinate representation of color #BECE18: hue angle of 65.27º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BECE18 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 24 -
CMYK 0.08 0 0.88 0.19
HSL 65.27º 0.79% 0.45% -
HSV(B) 65.27º 0.88% 0.81% -
XYZ 43.47 55.16 9.22 -
YUV 180.47 39.7 134.8 -
System Red Green Blue C M Y K H S L
Decimal 190 206 24 0.08 0 0.88 0.19 65.27 0.79 0.45
Hex BE CE 18 8 0 58 13 41 4F 2D
Octal 276 316 30 10 0 130 23 101 117 55
Binary 10111110 11001110 11000 1000 0 1011000 10011 1000001 1001111 101101

Color Harmonies of #BECE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE18

Black with #BECE18

Text Example


Text Example

White with #BECE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE18; }

 p { color: rgb(190,206,24); }

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

background-color css

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

 a { background-color: rgb(190,206,24); }

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

border-color css

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

 span { border-color: rgb(190,206,24); }

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