Html Css Color HEX #BECC14 Rio Grande

📋 copy color: '#BECC14'

red 190 ◦ green 204 ◦ blue 20

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

Shades of Rio Grande #BECC14

Tints of Rio Grande #BECC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.28%

 BLUE value IS 20 (8.2% from 255) = 4.83%

R = 45.89%
G = 49.28%
B = 4.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#BECC14 (or 0xBECC14) is known color: Rio Grande. HEX triplet: BE, CC and 14. RGB value is (190,204,20). Sum of RGB (Red+Green+Blue) = 190+204+20=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECC14 is #4133EB. Grayscale: #B3B3B3. Windows color (decimal): -4273132 or 1363134. OLE color: 1363134.

HSL color Cylindrical-coordinate representation of color #BECC14: hue angle of 64.57º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BECC14 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 20 -
CMYK 0.07 0 0.90 0.2
HSL 64.57º 0.82% 0.44% -
HSV(B) 64.57º 0.9% 0.8% -
XYZ 42.95 54.18 8.86 -
YUV 178.84 38.36 135.96 -
System Red Green Blue C M Y K H S L
Decimal 190 204 20 0.07 0 0.90 0.2 64.57 0.82 0.44
Hex BE CC 14 7 0 5A 14 41 52 2C
Octal 276 314 24 7 0 132 24 101 122 54
Binary 10111110 11001100 10100 111 0 1011010 10100 1000001 1010010 101100

Color Harmonies of #BECC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC14

Black with #BECC14

Text Example


Text Example

White with #BECC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC14; }

 p { color: rgb(190,204,20); }

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

background-color css

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

 a { background-color: rgb(190,204,20); }

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

border-color css

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

 span { border-color: rgb(190,204,20); }

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