Html Css Color HEX #BECA18 Rio Grande

📋 copy color: '#BECA18'

red 190 ◦ green 202 ◦ blue 24

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

Shades of Rio Grande #BECA18

Tints of Rio Grande #BECA18

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.56%

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

R = 45.67%
G = 48.56%
B = 5.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#BECA18 (or 0xBECA18) is known color: Rio Grande. HEX triplet: BE, CA and 18. RGB value is (190,202,24). Sum of RGB (Red+Green+Blue) = 190+202+24=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECA18 is #4135E7. Grayscale: #B2B2B2. Windows color (decimal): -4273640 or 1624766. OLE color: 1624766.

HSL color Cylindrical-coordinate representation of color #BECA18: hue angle of 64.04º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BECA18 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 202 24 -
CMYK 0.06 0 0.88 0.21
HSL 64.04º 0.79% 0.44% -
HSV(B) 64.04º 0.88% 0.79% -
XYZ 42.52 53.25 8.9 -
YUV 178.12 41.02 136.47 -
System Red Green Blue C M Y K H S L
Decimal 190 202 24 0.06 0 0.88 0.21 64.04 0.79 0.44
Hex BE CA 18 6 0 58 15 40 4F 2C
Octal 276 312 30 6 0 130 25 100 117 54
Binary 10111110 11001010 11000 110 0 1011000 10101 1000000 1001111 101100

Color Harmonies of #BECA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA18

Black with #BECA18

Text Example


Text Example

White with #BECA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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